Html Css Color HEX #420ADF Han Purple

📋 copy color: '#420ADF'

red 66 ◦ green 10 ◦ blue 223

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

Shades of Han Purple #420ADF

Tints of Han Purple #420ADF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.34%

 BLUE value IS 223 (87.5% from 255) = 74.58%

R = 22.07%
G = 3.34%
B = 74.58%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#420ADF (or 0x420ADF) is known color: Han Purple. HEX triplet: 42, 0A and DF. RGB value is (66,10,223). Sum of RGB (Red+Green+Blue) = 66+10+223=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 223 (87.5% from 255 or 74.58% from 299); Max value from RGB is 223 - color contains mainly: blue. Hex color #420ADF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420ADF is #BDF520. Grayscale: #323232. Windows color (decimal): -12449057 or 14617154. OLE color: 14617154.

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

Color convert

RGB 66 10 223 -
CMYK 0.70 0.96 0 0.13
HSL 255.77º 0.91% 0.46% -
HSV(B) 255.77º 0.96% 0.87% -
XYZ 15.67 6.7 70.28 -
YUV 51.03 225.05 138.68 -
System Red Green Blue C M Y K H S L
Decimal 66 10 223 0.70 0.96 0 0.13 255.77 0.91 0.46
Hex 42 A DF 46 60 0 D 100 5B 2E
Octal 102 12 337 106 140 0 15 400 133 56
Binary 1000010 1010 11011111 1000110 1100000 0 1101 100000000 1011011 101110

Color Harmonies of #420ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420ADF

Black with #420ADF

Text Example


Text Example

White with #420ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,10,223); }

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

background-color css

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

 a { background-color: rgb(66,10,223); }

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

border-color css

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

 span { border-color: rgb(66,10,223); }

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