#3C08E6

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

Shades of Han Purple #3C08E6

Tints of Han Purple #3C08E6

Color information

#3C08E6 (or 0x3C08E6) is unknown color: approx Han Purple. HEX triplet: 3C, 08 and E6. RGB value is (60,8,230). Sum of RGB (Red+Green+Blue) = 60+8+230=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 230 (90.23% from 255 or 77.18% from 298); Max value from RGB is 230 - color contains mainly: blue. Hex color #3C08E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C08E6 is #C3F719. Grayscale: #303030. Windows color (decimal): -12842778 or 15075388. OLE color: 15075388.

HSL color Cylindrical-coordinate representation of color #3C08E6: hue angle of 254.05º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C08E6 is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB608230-
CMYK0.740.9700.10
HSL254.05º93.28%46.67%-
HSV(B)254.05º96.52%90.2%-
XYZ16.236.8575.33-
YUV48.86230.23135.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.13%
GREEN value IS 8 (3.52% from 255) = 2.68%
BLUE value IS 230 (90.23% from 255) = 77.18%
R=20.13%
G=2.68%
B=77.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal6082300.740.9700.10254.0593.2846.67
Hex3C8E64A610Afe5d2f
Octal741034611214101237613557
Binary1111001000111001101001010110000101010111111101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C08E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,8,230); }

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

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

 a { background-color: rgb(60,8,230); }

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

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

 span { border-color: rgb(60,8,230); }

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