Html Css Color HEX #421DDF Han Purple

📋 copy color: '#421DDF'

red 66 ◦ green 29 ◦ blue 223

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

Shades of Han Purple #421DDF

Tints of Han Purple #421DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.13%

R = 20.75%
G = 9.12%
B = 70.13%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#421DDF (or 0x421DDF) is known color: Han Purple. HEX triplet: 42, 1D and DF. RGB value is (66,29,223). Sum of RGB (Red+Green+Blue) = 66+29+223=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 223 (87.5% from 255 or 70.13% from 318); Max value from RGB is 223 - color contains mainly: blue. Hex color #421DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421DDF is #BDE220. Grayscale: #3D3D3D. Windows color (decimal): -12444193 or 14622018. OLE color: 14622018.

HSL color Cylindrical-coordinate representation of color #421DDF: hue angle of 251.44º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #421DDF is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 29 223 -
CMYK 0.70 0.87 0 0.13
HSL 251.44º 0.77% 0.49% -
HSV(B) 251.44º 0.87% 0.87% -
XYZ 16.01 7.36 70.39 -
YUV 62.18 218.76 130.73 -
System Red Green Blue C M Y K H S L
Decimal 66 29 223 0.70 0.87 0 0.13 251.44 0.77 0.49
Hex 42 1D DF 46 57 0 D FB 4D 31
Octal 102 35 337 106 127 0 15 373 115 61
Binary 1000010 11101 11011111 1000110 1010111 0 1101 11111011 1001101 110001

Color Harmonies of #421DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421DDF

Black with #421DDF

Text Example


Text Example

White with #421DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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