Html Css Color HEX #421BE6 Han Purple

📋 copy color: '#421BE6'

red 66 ◦ green 27 ◦ blue 230

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

Shades of Han Purple #421BE6

Tints of Han Purple #421BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 71.21%

R = 20.43%
G = 8.36%
B = 71.21%

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

#421BE6 (or 0x421BE6) is known color: Han Purple. HEX triplet: 42, 1B and E6. RGB value is (66,27,230). Sum of RGB (Red+Green+Blue) = 66+27+230=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 230 (90.23% from 255 or 71.21% from 323); Max value from RGB is 230 - color contains mainly: blue. Hex color #421BE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421BE6 is #BDE419. Grayscale: #3D3D3D. Windows color (decimal): -12444698 or 15080258. OLE color: 15080258.

HSL color Cylindrical-coordinate representation of color #421BE6: hue angle of 251.53º 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 #421BE6 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 66 27 230 -
CMYK 0.71 0.88 0 0.10
HSL 251.53º 0.8% 0.5% -
HSV(B) 251.53º 0.88% 0.9% -
XYZ 16.92 7.66 75.45 -
YUV 61.8 222.92 130.99 -
System Red Green Blue C M Y K H S L
Decimal 66 27 230 0.71 0.88 0 0.10 251.53 0.8 0.5
Hex 42 1B E6 47 58 0 A FC 50 32
Octal 102 33 346 107 130 0 12 374 120 62
Binary 1000010 11011 11100110 1000111 1011000 0 1010 11111100 1010000 110010

Color Harmonies of #421BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421BE6

Black with #421BE6

Text Example


Text Example

White with #421BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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