Html Css Color HEX #421BED Han Purple

📋 copy color: '#421BED'

red 66 ◦ green 27 ◦ blue 237

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

Shades of Han Purple #421BED

Tints of Han Purple #421BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 71.82%

R = 20%
G = 8.18%
B = 71.82%

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

#421BED (or 0x421BED) is known color: Han Purple. HEX triplet: 42, 1B and ED. RGB value is (66,27,237). Sum of RGB (Red+Green+Blue) = 66+27+237=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 237 (92.97% from 255 or 71.82% from 330); Max value from RGB is 237 - color contains mainly: blue. Hex color #421BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421BED is #BDE412. Grayscale: #3D3D3D. Windows color (decimal): -12444691 or 15539010. OLE color: 15539010.

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

Color convert

RGB 66 27 237 -
CMYK 0.72 0.89 0 0.07
HSL 251.14º 0.85% 0.52% -
HSV(B) 251.14º 0.89% 0.93% -
XYZ 17.92 8.06 80.73 -
YUV 62.6 226.42 130.42 -
System Red Green Blue C M Y K H S L
Decimal 66 27 237 0.72 0.89 0 0.07 251.14 0.85 0.52
Hex 42 1B ED 48 59 0 7 FB 55 34
Octal 102 33 355 110 131 0 7 373 125 64
Binary 1000010 11011 11101101 1001000 1011001 0 111 11111011 1010101 110100

Color Harmonies of #421BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421BED

Black with #421BED

Text Example


Text Example

White with #421BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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