#3C06D8

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

Shades of Han Purple #3C06D8

Tints of Han Purple #3C06D8

Color information

#3C06D8 (or 0x3C06D8) is unknown color: approx Han Purple. HEX triplet: 3C, 06 and D8. RGB value is (60,6,216). Sum of RGB (Red+Green+Blue) = 60+6+216=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 216 (84.77% from 255 or 76.60% from 282); Max value from RGB is 216 - color contains mainly: blue. Hex color #3C06D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C06D8 is #C3F927. Grayscale: #2D2D2D. Windows color (decimal): -12843304 or 14157372. OLE color: 14157372.

HSL color Cylindrical-coordinate representation of color #3C06D8: hue angle of 255.43º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C06D8 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB606216-
CMYK0.720.9700.15
HSL255.43º94.59%43.53%-
HSV(B)255.43º97.22%84.71%-
XYZ14.326.0565.38-
YUV46.09223.89137.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.28%
GREEN value IS 6 (2.73% from 255) = 2.13%
BLUE value IS 216 (84.77% from 255) = 76.60%
R=21.28%
G=2.13%
B=76.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal6062160.720.9700.15255.4394.5943.53
Hex3C6D848610Fff5f2c
Octal74633011014101737713754
Binary111100110110110001001000110000101111111111111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C06D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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