Html Css Color HEX #3C0CD8 Han Purple

📋 copy color: '#3C0CD8'

red 60 ◦ green 12 ◦ blue 216

#3C0CD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #3C0CD8

Tints of Han Purple #3C0CD8

RGB

 RED value IS 60 (23.83% from 255) = 20.83%

 GREEN value IS 12 (5.08% from 255) = 4.17%

 BLUE value IS 216 (84.77% from 255) = 75%

R = 20.83%
G = 4.17%
B = 75%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3C0CD8 (or 0x3C0CD8) is known color: Han Purple. HEX triplet: 3C, 0C and D8. RGB value is (60,12,216). Sum of RGB (Red+Green+Blue) = 60+12+216=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 216 (84.77% from 255 or 75% from 288); Max value from RGB is 216 - color contains mainly: blue. Hex color #3C0CD8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0CD8 is #C3F327. Grayscale: #303030. Windows color (decimal): -12841768 or 14158908. OLE color: 14158908.

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

Color convert

RGB 60 12 216 -
CMYK 0.72 0.94 0 0.15
HSL 254.12º 0.89% 0.45% -
HSV(B) 254.12º 0.94% 0.85% -
XYZ 14.39 6.18 65.4 -
YUV 49.61 221.9 135.41 -
System Red Green Blue C M Y K H S L
Decimal 60 12 216 0.72 0.94 0 0.15 254.12 0.89 0.45
Hex 3C C D8 48 5E 0 F FE 59 2D
Octal 74 14 330 110 136 0 17 376 131 55
Binary 111100 1100 11011000 1001000 1011110 0 1111 11111110 1011001 101101

Color Harmonies of #3C0CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0CD8

Black with #3C0CD8

Text Example


Text Example

White with #3C0CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C0CD8;
 }
 .AnyTagClassName
 {
   color: #3C0CD8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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