Html Css Color HEX #421BEB Han Purple

📋 copy color: '#421BEB'

red 66 ◦ green 27 ◦ blue 235

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

Shades of Han Purple #421BEB

Tints of Han Purple #421BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 71.65%

R = 20.12%
G = 8.23%
B = 71.65%

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

#421BEB (or 0x421BEB) is known color: Han Purple. HEX triplet: 42, 1B and EB. RGB value is (66,27,235). Sum of RGB (Red+Green+Blue) = 66+27+235=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 235 (92.19% from 255 or 71.65% from 328); Max value from RGB is 235 - color contains mainly: blue. Hex color #421BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421BEB is #BDE414. Grayscale: #3D3D3D. Windows color (decimal): -12444693 or 15407938. OLE color: 15407938.

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

Color convert

RGB 66 27 235 -
CMYK 0.72 0.89 0 0.08
HSL 251.25º 0.84% 0.51% -
HSV(B) 251.25º 0.89% 0.92% -
XYZ 17.63 7.94 79.2 -
YUV 62.37 225.42 130.59 -
System Red Green Blue C M Y K H S L
Decimal 66 27 235 0.72 0.89 0 0.08 251.25 0.84 0.51
Hex 42 1B EB 48 59 0 8 FB 54 33
Octal 102 33 353 110 131 0 10 373 124 63
Binary 1000010 11011 11101011 1001000 1011001 0 1000 11111011 1010100 110011

Color Harmonies of #421BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421BEB

Black with #421BEB

Text Example


Text Example

White with #421BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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