Html Css Color HEX #421BE5 Han Purple

📋 copy color: '#421BE5'

red 66 ◦ green 27 ◦ blue 229

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

Shades of Han Purple #421BE5

Tints of Han Purple #421BE5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.39%

 BLUE value IS 229 (89.84% from 255) = 71.12%

R = 20.5%
G = 8.39%
B = 71.12%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#421BE5 (or 0x421BE5) is known color: Han Purple. HEX triplet: 42, 1B and E5. RGB value is (66,27,229). Sum of RGB (Red+Green+Blue) = 66+27+229=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 229 (89.84% from 255 or 71.12% from 322); Max value from RGB is 229 - color contains mainly: blue. Hex color #421BE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421BE5 is #BDE41A. Grayscale: #3C3C3C. Windows color (decimal): -12444699 or 15014722. OLE color: 15014722.

HSL color Cylindrical-coordinate representation of color #421BE5: hue angle of 251.58º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421BE5 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 66 27 229 -
CMYK 0.71 0.88 0 0.10
HSL 251.58º 0.8% 0.5% -
HSV(B) 251.58º 0.88% 0.9% -
XYZ 16.78 7.6 74.71 -
YUV 61.69 222.42 131.07 -
System Red Green Blue C M Y K H S L
Decimal 66 27 229 0.71 0.88 0 0.10 251.58 0.8 0.5
Hex 42 1B E5 47 58 0 A FC 50 32
Octal 102 33 345 107 130 0 12 374 120 62
Binary 1000010 11011 11100101 1000111 1011000 0 1010 11111100 1010000 110010

Color Harmonies of #421BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421BE5

Black with #421BE5

Text Example


Text Example

White with #421BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,27,229); }

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

background-color css

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

 a { background-color: rgb(66,27,229); }

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

border-color css

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

 span { border-color: rgb(66,27,229); }

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