Html Css Color HEX #421DED Han Purple

📋 copy color: '#421DED'

red 66 ◦ green 29 ◦ blue 237

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

Shades of Han Purple #421DED

Tints of Han Purple #421DED

RGB

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

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

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

R = 19.88%
G = 8.73%
B = 71.39%

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

#421DED (or 0x421DED) is known color: Han Purple. HEX triplet: 42, 1D and ED. RGB value is (66,29,237). Sum of RGB (Red+Green+Blue) = 66+29+237=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 237 (92.97% from 255 or 71.39% from 332); Max value from RGB is 237 - color contains mainly: blue. Hex color #421DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421DED is #BDE212. Grayscale: #3E3E3E. Windows color (decimal): -12444179 or 15539522. OLE color: 15539522.

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

Color convert

RGB 66 29 237 -
CMYK 0.72 0.88 0 0.07
HSL 250.67º 0.85% 0.52% -
HSV(B) 250.67º 0.88% 0.93% -
XYZ 17.97 8.15 80.75 -
YUV 63.78 225.76 129.59 -
System Red Green Blue C M Y K H S L
Decimal 66 29 237 0.72 0.88 0 0.07 250.67 0.85 0.52
Hex 42 1D ED 48 58 0 7 FB 55 34
Octal 102 35 355 110 130 0 7 373 125 64
Binary 1000010 11101 11101101 1001000 1011000 0 111 11111011 1010101 110100

Color Harmonies of #421DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421DED

Black with #421DED

Text Example


Text Example

White with #421DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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