#3C06F9

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

Shades of Han Purple #3C06F9

Tints of Han Purple #3C06F9

Color information

#3C06F9 (or 0x3C06F9) is unknown color: approx Han Purple. HEX triplet: 3C, 06 and F9. RGB value is (60,6,249). Sum of RGB (Red+Green+Blue) = 60+6+249=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 249 (97.66% from 255 or 79.05% from 315); Max value from RGB is 249 - color contains mainly: blue. Hex color #3C06F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C06F9 is #C3F906. Grayscale: #303030. Windows color (decimal): -12843271 or 16320060. OLE color: 16320060.

HSL color Cylindrical-coordinate representation of color #3C06F9: hue angle of 253.33º degrees, saturation: 0.95, 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 #3C06F9 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB606249-
CMYK0.760.9800.02
HSL253.33º95.29%50%-
HSV(B)253.33º97.59%97.65%-
XYZ19.037.9390.15-
YUV49.85240.39135.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.05%
GREEN value IS 6 (2.73% from 255) = 1.90%
BLUE value IS 249 (97.66% from 255) = 79.05%
R=19.05%
G=1.90%
B=79.05%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal6062490.760.9800.02253.3395.2950
Hex3C6F94C6202fd5f32
Octal7463711141420237513762
Binary1111001101111100110011001100010010111111011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C06F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C06F9; }

 p { color: rgb(60,6,249); }

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

<style>
 a { background-color: #3C06F9; }

 a { background-color: rgb(60,6,249); }

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

<style>
 span { border-color: #3C06F9; }

 span { border-color: rgb(60,6,249); }

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