Html Css Color HEX #421EED Han Purple

📋 copy color: '#421EED'

red 66 ◦ green 30 ◦ blue 237

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

Shades of Han Purple #421EED

Tints of Han Purple #421EED

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.01%

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

R = 19.82%
G = 9.01%
B = 71.17%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#421EED (or 0x421EED) is known color: Han Purple. HEX triplet: 42, 1E and ED. RGB value is (66,30,237). Sum of RGB (Red+Green+Blue) = 66+30+237=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 237 (92.97% from 255 or 71.17% from 333); Max value from RGB is 237 - color contains mainly: blue. Hex color #421EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421EED is #BDE112. Grayscale: #3F3F3F. Windows color (decimal): -12443923 or 15539778. OLE color: 15539778.

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

Color convert

RGB 66 30 237 -
CMYK 0.72 0.87 0 0.07
HSL 250.43º 0.85% 0.52% -
HSV(B) 250.43º 0.87% 0.93% -
XYZ 18 8.2 80.76 -
YUV 64.36 225.43 129.17 -
System Red Green Blue C M Y K H S L
Decimal 66 30 237 0.72 0.87 0 0.07 250.43 0.85 0.52
Hex 42 1E ED 48 57 0 7 FA 55 34
Octal 102 36 355 110 127 0 7 372 125 64
Binary 1000010 11110 11101101 1001000 1010111 0 111 11111010 1010101 110100

Color Harmonies of #421EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421EED

Black with #421EED

Text Example


Text Example

White with #421EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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