Html Css Color HEX #3C20DC Han Purple

📋 copy color: '#3C20DC'

red 60 ◦ green 32 ◦ blue 220

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

Shades of Han Purple #3C20DC

Tints of Han Purple #3C20DC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.26%

 BLUE value IS 220 (86.33% from 255) = 70.51%

R = 19.23%
G = 10.26%
B = 70.51%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C20DC (or 0x3C20DC) is known color: Han Purple. HEX triplet: 3C, 20 and DC. RGB value is (60,32,220). Sum of RGB (Red+Green+Blue) = 60+32+220=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C20DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C20DC is #C3DF23. Grayscale: #3D3D3D. Windows color (decimal): -12836644 or 14426172. OLE color: 14426172.

HSL color Cylindrical-coordinate representation of color #3C20DC: hue angle of 248.94º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C20DC is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 32 220 -
CMYK 0.73 0.85 0 0.14
HSL 248.94º 0.75% 0.49% -
HSV(B) 248.94º 0.85% 0.86% -
XYZ 15.3 7.16 68.29 -
YUV 61.8 217.28 126.71 -
System Red Green Blue C M Y K H S L
Decimal 60 32 220 0.73 0.85 0 0.14 248.94 0.75 0.49
Hex 3C 20 DC 49 55 0 E F9 4B 31
Octal 74 40 334 111 125 0 16 371 113 61
Binary 111100 100000 11011100 1001001 1010101 0 1110 11111001 1001011 110001

Color Harmonies of #3C20DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C20DC

Black with #3C20DC

Text Example


Text Example

White with #3C20DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,32,220); }

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

background-color css

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

 a { background-color: rgb(60,32,220); }

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

border-color css

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

 span { border-color: rgb(60,32,220); }

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