Html Css Color HEX #420FDD Han Purple

📋 copy color: '#420FDD'

red 66 ◦ green 15 ◦ blue 221

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

Shades of Han Purple #420FDD

Tints of Han Purple #420FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.97%

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

R = 21.85%
G = 4.97%
B = 73.18%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#420FDD (or 0x420FDD) is known color: Han Purple. HEX triplet: 42, 0F and DD. RGB value is (66,15,221). Sum of RGB (Red+Green+Blue) = 66+15+221=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #420FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420FDD is #BDF022. Grayscale: #343434. Windows color (decimal): -12447779 or 14487362. OLE color: 14487362.

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

Color convert

RGB 66 15 221 -
CMYK 0.70 0.93 0 0.13
HSL 254.85º 0.87% 0.46% -
HSV(B) 254.85º 0.93% 0.87% -
XYZ 15.47 6.72 68.89 -
YUV 53.73 222.4 136.75 -
System Red Green Blue C M Y K H S L
Decimal 66 15 221 0.70 0.93 0 0.13 254.85 0.87 0.46
Hex 42 F DD 46 5D 0 D FF 57 2E
Octal 102 17 335 106 135 0 15 377 127 56
Binary 1000010 1111 11011101 1000110 1011101 0 1101 11111111 1010111 101110

Color Harmonies of #420FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420FDD

Black with #420FDD

Text Example


Text Example

White with #420FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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