Html Css Color HEX #421BEF Han Purple

📋 copy color: '#421BEF'

red 66 ◦ green 27 ◦ blue 239

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

Shades of Han Purple #421BEF

Tints of Han Purple #421BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 71.99%

R = 19.88%
G = 8.13%
B = 71.99%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#421BEF (or 0x421BEF) is known color: Han Purple. HEX triplet: 42, 1B and EF. RGB value is (66,27,239). Sum of RGB (Red+Green+Blue) = 66+27+239=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 239 (93.75% from 255 or 71.99% from 332); Max value from RGB is 239 - color contains mainly: blue. Hex color #421BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421BEF is #BDE410. Grayscale: #3E3E3E. Windows color (decimal): -12444689 or 15670082. OLE color: 15670082.

HSL color Cylindrical-coordinate representation of color #421BEF: hue angle of 251.04º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #421BEF is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 27 239 -
CMYK 0.72 0.89 0 0.06
HSL 251.04º 0.87% 0.52% -
HSV(B) 251.04º 0.89% 0.94% -
XYZ 18.22 8.17 82.28 -
YUV 62.83 227.42 130.26 -
System Red Green Blue C M Y K H S L
Decimal 66 27 239 0.72 0.89 0 0.06 251.04 0.87 0.52
Hex 42 1B EF 48 59 0 6 FB 57 34
Octal 102 33 357 110 131 0 6 373 127 64
Binary 1000010 11011 11101111 1001000 1011001 0 110 11111011 1010111 110100

Color Harmonies of #421BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421BEF

Black with #421BEF

Text Example


Text Example

White with #421BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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