#2C06FA

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

Shades of Han Purple #2C06FA

Tints of Han Purple #2C06FA

Color information

#2C06FA (or 0x2C06FA) is unknown color: approx Han Purple. HEX triplet: 2C, 06 and FA. RGB value is (44,6,250). Sum of RGB (Red+Green+Blue) = 44+6+250=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 250 (98.05% from 255 or 83.33% from 300); Max value from RGB is 250 - color contains mainly: blue. Hex color #2C06FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C06FA is #D3F905. Grayscale: #2C2C2C. Windows color (decimal): -13891846 or 16385580. OLE color: 16385580.

HSL color Cylindrical-coordinate representation of color #2C06FA: hue angle of 249.34º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C06FA is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB446250-
CMYK0.820.9800.02
HSL249.34º96.06%50.2%-
HSV(B)249.34º97.6%98.04%-
XYZ18.367.5790.94-
YUV45.18243.59127.16-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.67%
GREEN value IS 6 (2.73% from 255) = 2%
BLUE value IS 250 (98.05% from 255) = 83.33%
R=14.67%
G=2%
B=83.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal4462500.820.9800.02249.3496.0650.2
Hex2C6FA526202f96032
Octal5463721221420237114062
Binary1011001101111101010100101100010010111110011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C06FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,6,250); }

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

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

 a { background-color: rgb(44,6,250); }

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

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

 span { border-color: rgb(44,6,250); }

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