Html Css Color HEX #420AED Han Purple

📋 copy color: '#420AED'

red 66 ◦ green 10 ◦ blue 237

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

Shades of Han Purple #420AED

Tints of Han Purple #420AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 75.72%

R = 21.09%
G = 3.19%
B = 75.72%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#420AED (or 0x420AED) is known color: Han Purple. HEX triplet: 42, 0A and ED. RGB value is (66,10,237). Sum of RGB (Red+Green+Blue) = 66+10+237=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 237 (92.97% from 255 or 75.72% from 313); Max value from RGB is 237 - color contains mainly: blue. Hex color #420AED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420AED is #BDF512. Grayscale: #333333. Windows color (decimal): -12449043 or 15534658. OLE color: 15534658.

HSL color Cylindrical-coordinate representation of color #420AED: hue angle of 254.8º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420AED is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 10 237 -
CMYK 0.72 0.96 0 0.07
HSL 254.8º 0.92% 0.48% -
HSV(B) 254.8º 0.96% 0.93% -
XYZ 17.64 7.49 80.64 -
YUV 52.62 232.05 137.54 -
System Red Green Blue C M Y K H S L
Decimal 66 10 237 0.72 0.96 0 0.07 254.8 0.92 0.48
Hex 42 A ED 48 60 0 7 FF 5C 30
Octal 102 12 355 110 140 0 7 377 134 60
Binary 1000010 1010 11101101 1001000 1100000 0 111 11111111 1011100 110000

Color Harmonies of #420AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420AED

Black with #420AED

Text Example


Text Example

White with #420AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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