Html Css Color HEX #421EEE Han Purple

📋 copy color: '#421EEE'

red 66 ◦ green 30 ◦ blue 238

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

Shades of Han Purple #421EEE

Tints of Han Purple #421EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 71.26%

R = 19.76%
G = 8.98%
B = 71.26%

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

#421EEE (or 0x421EEE) is known color: Han Purple. HEX triplet: 42, 1E and EE. RGB value is (66,30,238). Sum of RGB (Red+Green+Blue) = 66+30+238=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 238 (93.36% from 255 or 71.26% from 334); Max value from RGB is 238 - color contains mainly: blue. Hex color #421EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421EEE is #BDE111. Grayscale: #3F3F3F. Windows color (decimal): -12443922 or 15605314. OLE color: 15605314.

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

Color convert

RGB 66 30 238 -
CMYK 0.72 0.87 0 0.07
HSL 250.38º 0.86% 0.53% -
HSV(B) 250.38º 0.87% 0.93% -
XYZ 18.14 8.26 81.53 -
YUV 64.48 225.93 129.09 -
System Red Green Blue C M Y K H S L
Decimal 66 30 238 0.72 0.87 0 0.07 250.38 0.86 0.53
Hex 42 1E EE 48 57 0 7 FA 56 35
Octal 102 36 356 110 127 0 7 372 126 65
Binary 1000010 11110 11101110 1001000 1010111 0 111 11111010 1010110 110101

Color Harmonies of #421EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421EEE

Black with #421EEE

Text Example


Text Example

White with #421EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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