Html Css Color HEX #420DDD Han Purple

📋 copy color: '#420DDD'

red 66 ◦ green 13 ◦ blue 221

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

Shades of Han Purple #420DDD

Tints of Han Purple #420DDD

RGB

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

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

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

R = 22%
G = 4.33%
B = 73.67%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#420DDD (or 0x420DDD) is known color: Han Purple. HEX triplet: 42, 0D and DD. RGB value is (66,13,221). Sum of RGB (Red+Green+Blue) = 66+13+221=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 221 (86.72% from 255 or 73.67% from 300); Max value from RGB is 221 - color contains mainly: blue. Hex color #420DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420DDD is #BDF222. Grayscale: #333333. Windows color (decimal): -12448291 or 14486850. OLE color: 14486850.

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

Color convert

RGB 66 13 221 -
CMYK 0.70 0.94 0 0.13
HSL 255.29º 0.89% 0.46% -
HSV(B) 255.29º 0.94% 0.87% -
XYZ 15.44 6.67 68.88 -
YUV 52.56 223.06 137.59 -
System Red Green Blue C M Y K H S L
Decimal 66 13 221 0.70 0.94 0 0.13 255.29 0.89 0.46
Hex 42 D DD 46 5E 0 D FF 59 2E
Octal 102 15 335 106 136 0 15 377 131 56
Binary 1000010 1101 11011101 1000110 1011110 0 1101 11111111 1011001 101110

Color Harmonies of #420DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420DDD

Black with #420DDD

Text Example


Text Example

White with #420DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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