Html Css Color HEX #3C21DB Han Purple

📋 copy color: '#3C21DB'

red 60 ◦ green 33 ◦ blue 219

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

Shades of Han Purple #3C21DB

Tints of Han Purple #3C21DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.58%

 BLUE value IS 219 (85.94% from 255) = 70.19%

R = 19.23%
G = 10.58%
B = 70.19%

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

#3C21DB (or 0x3C21DB) is known color: Han Purple. HEX triplet: 3C, 21 and DB. RGB value is (60,33,219). Sum of RGB (Red+Green+Blue) = 60+33+219=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C21DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C21DB is #C3DE24. Grayscale: #3D3D3D. Windows color (decimal): -12836389 or 14360892. OLE color: 14360892.

HSL color Cylindrical-coordinate representation of color #3C21DB: hue angle of 248.71º degrees, saturation: 0.74, 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 #3C21DB is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 33 219 -
CMYK 0.73 0.85 0 0.14
HSL 248.71º 0.74% 0.49% -
HSV(B) 248.71º 0.85% 0.86% -
XYZ 15.19 7.16 67.6 -
YUV 62.28 216.45 126.38 -
System Red Green Blue C M Y K H S L
Decimal 60 33 219 0.73 0.85 0 0.14 248.71 0.74 0.49
Hex 3C 21 DB 49 55 0 E F9 4A 31
Octal 74 41 333 111 125 0 16 371 112 61
Binary 111100 100001 11011011 1001001 1010101 0 1110 11111001 1001010 110001

Color Harmonies of #3C21DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C21DB

Black with #3C21DB

Text Example


Text Example

White with #3C21DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,33,219); }

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

background-color css

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

 a { background-color: rgb(60,33,219); }

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

border-color css

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

 span { border-color: rgb(60,33,219); }

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