Html Css Color HEX #421BEC Han Purple

📋 copy color: '#421BEC'

red 66 ◦ green 27 ◦ blue 236

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

Shades of Han Purple #421BEC

Tints of Han Purple #421BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 71.73%

R = 20.06%
G = 8.21%
B = 71.73%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#421BEC (or 0x421BEC) is known color: Han Purple. HEX triplet: 42, 1B and EC. RGB value is (66,27,236). Sum of RGB (Red+Green+Blue) = 66+27+236=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 236 (92.58% from 255 or 71.73% from 329); Max value from RGB is 236 - color contains mainly: blue. Hex color #421BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421BEC is #BDE413. Grayscale: #3D3D3D. Windows color (decimal): -12444692 or 15473474. OLE color: 15473474.

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

Color convert

RGB 66 27 236 -
CMYK 0.72 0.89 0 0.07
HSL 251.2º 0.85% 0.52% -
HSV(B) 251.2º 0.89% 0.93% -
XYZ 17.78 8 79.96 -
YUV 62.49 225.92 130.51 -
System Red Green Blue C M Y K H S L
Decimal 66 27 236 0.72 0.89 0 0.07 251.2 0.85 0.52
Hex 42 1B EC 48 59 0 7 FB 55 34
Octal 102 33 354 110 131 0 7 373 125 64
Binary 1000010 11011 11101100 1001000 1011001 0 111 11111011 1010101 110100

Color Harmonies of #421BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421BEC

Black with #421BEC

Text Example


Text Example

White with #421BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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