Html Css Color HEX #421AEA Han Purple

📋 copy color: '#421AEA'

red 66 ◦ green 26 ◦ blue 234

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

Shades of Han Purple #421AEA

Tints of Han Purple #421AEA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.98%

 BLUE value IS 234 (91.8% from 255) = 71.78%

R = 20.25%
G = 7.98%
B = 71.78%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#421AEA (or 0x421AEA) is known color: Han Purple. HEX triplet: 42, 1A and EA. RGB value is (66,26,234). Sum of RGB (Red+Green+Blue) = 66+26+234=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 234 (91.80% from 255 or 71.78% from 326); Max value from RGB is 234 - color contains mainly: blue. Hex color #421AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421AEA is #BDE515. Grayscale: #3C3C3C. Windows color (decimal): -12444950 or 15342146. OLE color: 15342146.

HSL color Cylindrical-coordinate representation of color #421AEA: hue angle of 251.54º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #421AEA is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 26 234 -
CMYK 0.72 0.89 0 0.08
HSL 251.54º 0.83% 0.51% -
HSV(B) 251.54º 0.89% 0.92% -
XYZ 17.47 7.84 78.43 -
YUV 61.67 225.25 131.09 -
System Red Green Blue C M Y K H S L
Decimal 66 26 234 0.72 0.89 0 0.08 251.54 0.83 0.51
Hex 42 1A EA 48 59 0 8 FC 53 33
Octal 102 32 352 110 131 0 10 374 123 63
Binary 1000010 11010 11101010 1001000 1011001 0 1000 11111100 1010011 110011

Color Harmonies of #421AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421AEA

Black with #421AEA

Text Example


Text Example

White with #421AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421AEA; }

 p { color: rgb(66,26,234); }

 H1.HeaderClassName
 {
   color: #421AEA;
 }
 .AnyTagClassName
 {
   color: #421AEA;
 }
</style>

background-color css

<style>
 a { background-color: #421AEA; }

 a { background-color: rgb(66,26,234); }

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

border-color css

<style>
 span { border-color: #421AEA; }

 span { border-color: rgb(66,26,234); }

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