Html Css Color HEX #421EEA Han Purple

📋 copy color: '#421EEA'

red 66 ◦ green 30 ◦ blue 234

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

Shades of Han Purple #421EEA

Tints of Han Purple #421EEA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.09%

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

R = 20%
G = 9.09%
B = 70.91%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#421EEA (or 0x421EEA) is known color: Han Purple. HEX triplet: 42, 1E and EA. RGB value is (66,30,234). Sum of RGB (Red+Green+Blue) = 66+30+234=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 234 (91.80% from 255 or 70.91% from 330); Max value from RGB is 234 - color contains mainly: blue. Hex color #421EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421EEA is #BDE115. Grayscale: #3F3F3F. Windows color (decimal): -12443926 or 15343170. OLE color: 15343170.

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

Color convert

RGB 66 30 234 -
CMYK 0.72 0.87 0 0.08
HSL 250.59º 0.83% 0.52% -
HSV(B) 250.59º 0.87% 0.92% -
XYZ 17.56 8.03 78.47 -
YUV 64.02 223.93 129.41 -
System Red Green Blue C M Y K H S L
Decimal 66 30 234 0.72 0.87 0 0.08 250.59 0.83 0.52
Hex 42 1E EA 48 57 0 8 FB 53 34
Octal 102 36 352 110 127 0 10 373 123 64
Binary 1000010 11110 11101010 1001000 1010111 0 1000 11111011 1010011 110100

Color Harmonies of #421EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421EEA

Black with #421EEA

Text Example


Text Example

White with #421EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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