Html Css Color HEX #420CDD Han Purple

📋 copy color: '#420CDD'

red 66 ◦ green 12 ◦ blue 221

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

Shades of Han Purple #420CDD

Tints of Han Purple #420CDD

RGB

 RED value IS 66 (26.17% from 255) = 22.07%

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

 BLUE value IS 221 (86.72% from 255) = 73.91%

R = 22.07%
G = 4.01%
B = 73.91%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#420CDD (or 0x420CDD) is known color: Han Purple. HEX triplet: 42, 0C and DD. RGB value is (66,12,221). Sum of RGB (Red+Green+Blue) = 66+12+221=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #420CDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420CDD is #BDF322. Grayscale: #333333. Windows color (decimal): -12448547 or 14486594. OLE color: 14486594.

HSL color Cylindrical-coordinate representation of color #420CDD: hue angle of 255.5º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420CDD is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 12 221 -
CMYK 0.70 0.95 0 0.13
HSL 255.5º 0.9% 0.46% -
HSV(B) 255.5º 0.95% 0.87% -
XYZ 15.43 6.64 68.88 -
YUV 51.97 223.39 138.01 -
System Red Green Blue C M Y K H S L
Decimal 66 12 221 0.70 0.95 0 0.13 255.5 0.9 0.46
Hex 42 C DD 46 5F 0 D 100 5A 2E
Octal 102 14 335 106 137 0 15 400 132 56
Binary 1000010 1100 11011101 1000110 1011111 0 1101 100000000 1011010 101110

Color Harmonies of #420CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420CDD

Black with #420CDD

Text Example


Text Example

White with #420CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420CDD; }

 p { color: rgb(66,12,221); }

 H1.HeaderClassName
 {
   color: #420CDD;
 }
 .AnyTagClassName
 {
   color: #420CDD;
 }
</style>

background-color css

<style>
 a { background-color: #420CDD; }

 a { background-color: rgb(66,12,221); }

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

border-color css

<style>
 span { border-color: #420CDD; }

 span { border-color: rgb(66,12,221); }

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