Html Css Color HEX #421CEA Han Purple

📋 copy color: '#421CEA'

red 66 ◦ green 28 ◦ blue 234

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

Shades of Han Purple #421CEA

Tints of Han Purple #421CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.54%

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

R = 20.12%
G = 8.54%
B = 71.34%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#421CEA (or 0x421CEA) is known color: Han Purple. HEX triplet: 42, 1C and EA. RGB value is (66,28,234). Sum of RGB (Red+Green+Blue) = 66+28+234=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 234 (91.80% from 255 or 71.34% from 328); Max value from RGB is 234 - color contains mainly: blue. Hex color #421CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421CEA is #BDE315. Grayscale: #3E3E3E. Windows color (decimal): -12444438 or 15342658. OLE color: 15342658.

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

Color convert

RGB 66 28 234 -
CMYK 0.72 0.88 0 0.08
HSL 251.07º 0.83% 0.51% -
HSV(B) 251.07º 0.88% 0.92% -
XYZ 17.51 7.93 78.45 -
YUV 62.85 224.59 130.25 -
System Red Green Blue C M Y K H S L
Decimal 66 28 234 0.72 0.88 0 0.08 251.07 0.83 0.51
Hex 42 1C EA 48 58 0 8 FB 53 33
Octal 102 34 352 110 130 0 10 373 123 63
Binary 1000010 11100 11101010 1001000 1011000 0 1000 11111011 1010011 110011

Color Harmonies of #421CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421CEA

Black with #421CEA

Text Example


Text Example

White with #421CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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