#2C24F6

Color #2C24F6 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #2C24F6

Tints of Han Purple #2C24F6

Color information

#2C24F6 (or 0x2C24F6) is unknown color: approx Han Purple. HEX triplet: 2C, 24 and F6. RGB value is (44,36,246). Sum of RGB (Red+Green+Blue) = 44+36+246=326 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.50% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 246 (96.48% from 255 or 75.46% from 326); Max value from RGB is 246 - color contains mainly: blue. Hex color #2C24F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C24F6 is #D3DB09. Grayscale: #3D3D3D. Windows color (decimal): -13884170 or 16131116. OLE color: 16131116.

HSL color Cylindrical-coordinate representation of color #2C24F6: hue angle of 242.29º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C24F6 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4436246-
CMYK0.820.8500.04
HSL242.29º92.11%55.29%-
HSV(B)242.29º85.37%96.47%-
XYZ18.38.4587.86-
YUV62.33231.65114.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 13.50%
GREEN value IS 36 (14.45% from 255) = 11.04%
BLUE value IS 246 (96.48% from 255) = 75.46%
R=13.50%
G=11.04%
B=75.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal44362460.820.8500.04242.2992.1155.29
Hex2C24F6525504f25c37
Octal54443661221250436213467
Binary10110010010011110110101001010101010100111100101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C24F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C24F6; }

 p { color: rgb(44,36,246); }

 H1.HeaderClassName
 {
   color: #2C24F6;
 }
 .AnyTagClassName
 {
   color: #2C24F6;
 }
</style>
background-color css

<style>
 a { background-color: #2C24F6; }

 a { background-color: rgb(44,36,246); }

 div.DivClassName
 {
   background-color: #2C24F6;
 }
 .BgClassName
 {
   background-color: #2C24F6;
 }
</style>
border-color css

<style>
 span { border-color: #2C24F6; }

 span { border-color: rgb(44,36,246); }

 td.TdClassName
 {
   border-color: #2C24F6;
 }
 .TagClassName
 {
   border-color: #2C24F6;
 }
</style>