Html Css Color HEX #3C0DD6 Han Purple

📋 copy color: '#3C0DD6'

red 60 ◦ green 13 ◦ blue 214

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

Shades of Han Purple #3C0DD6

Tints of Han Purple #3C0DD6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.53%

 BLUE value IS 214 (83.98% from 255) = 74.56%

R = 20.91%
G = 4.53%
B = 74.56%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3C0DD6 (or 0x3C0DD6) is known color: Han Purple. HEX triplet: 3C, 0D and D6. RGB value is (60,13,214). Sum of RGB (Red+Green+Blue) = 60+13+214=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 214 (83.98% from 255 or 74.56% from 287); Max value from RGB is 214 - color contains mainly: blue. Hex color #3C0DD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0DD6 is #C3F229. Grayscale: #313131. Windows color (decimal): -12841514 or 14028092. OLE color: 14028092.

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

Color convert

RGB 60 13 214 -
CMYK 0.72 0.94 0 0.16
HSL 254.03º 0.89% 0.45% -
HSV(B) 254.03º 0.94% 0.84% -
XYZ 14.15 6.1 64.05 -
YUV 49.97 220.57 135.16 -
System Red Green Blue C M Y K H S L
Decimal 60 13 214 0.72 0.94 0 0.16 254.03 0.89 0.45
Hex 3C D D6 48 5E 0 10 FE 59 2D
Octal 74 15 326 110 136 0 20 376 131 55
Binary 111100 1101 11010110 1001000 1011110 0 10000 11111110 1011001 101101

Color Harmonies of #3C0DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0DD6

Black with #3C0DD6

Text Example


Text Example

White with #3C0DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,13,214); }

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

background-color css

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

 a { background-color: rgb(60,13,214); }

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

border-color css

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

 span { border-color: rgb(60,13,214); }

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