Html Css Color HEX #421DEC Han Purple

📋 copy color: '#421DEC'

red 66 ◦ green 29 ◦ blue 236

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

Shades of Han Purple #421DEC

Tints of Han Purple #421DEC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.76%

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

R = 19.94%
G = 8.76%
B = 71.3%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#421DEC (or 0x421DEC) is known color: Han Purple. HEX triplet: 42, 1D and EC. RGB value is (66,29,236). Sum of RGB (Red+Green+Blue) = 66+29+236=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 236 (92.58% from 255 or 71.30% from 331); Max value from RGB is 236 - color contains mainly: blue. Hex color #421DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421DEC is #BDE213. Grayscale: #3E3E3E. Windows color (decimal): -12444180 or 15473986. OLE color: 15473986.

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

Color convert

RGB 66 29 236 -
CMYK 0.72 0.88 0 0.07
HSL 250.72º 0.84% 0.52% -
HSV(B) 250.72º 0.88% 0.93% -
XYZ 17.83 8.09 79.98 -
YUV 63.66 225.26 129.67 -
System Red Green Blue C M Y K H S L
Decimal 66 29 236 0.72 0.88 0 0.07 250.72 0.84 0.52
Hex 42 1D EC 48 58 0 7 FB 54 34
Octal 102 35 354 110 130 0 7 373 124 64
Binary 1000010 11101 11101100 1001000 1011000 0 111 11111011 1010100 110100

Color Harmonies of #421DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421DEC

Black with #421DEC

Text Example


Text Example

White with #421DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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