Html Css Color HEX #421FEA Han Purple

📋 copy color: '#421FEA'

red 66 ◦ green 31 ◦ blue 234

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

Shades of Han Purple #421FEA

Tints of Han Purple #421FEA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.37%

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

R = 19.94%
G = 9.37%
B = 70.69%

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

#421FEA (or 0x421FEA) is known color: Han Purple. HEX triplet: 42, 1F and EA. RGB value is (66,31,234). Sum of RGB (Red+Green+Blue) = 66+31+234=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 234 (91.80% from 255 or 70.69% from 331); Max value from RGB is 234 - color contains mainly: blue. Hex color #421FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421FEA is #BDE015. Grayscale: #3F3F3F. Windows color (decimal): -12443670 or 15343426. OLE color: 15343426.

HSL color Cylindrical-coordinate representation of color #421FEA: hue angle of 250.34º 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 #421FEA is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 31 234 -
CMYK 0.72 0.87 0 0.08
HSL 250.34º 0.83% 0.52% -
HSV(B) 250.34º 0.87% 0.92% -
XYZ 17.59 8.08 78.47 -
YUV 64.61 223.6 128.99 -
System Red Green Blue C M Y K H S L
Decimal 66 31 234 0.72 0.87 0 0.08 250.34 0.83 0.52
Hex 42 1F EA 48 57 0 8 FA 53 34
Octal 102 37 352 110 127 0 10 372 123 64
Binary 1000010 11111 11101010 1001000 1010111 0 1000 11111010 1010011 110100

Color Harmonies of #421FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421FEA

Black with #421FEA

Text Example


Text Example

White with #421FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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