Html Css Color HEX #421DD7 Han Purple

📋 copy color: '#421DD7'

red 66 ◦ green 29 ◦ blue 215

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

Shades of Han Purple #421DD7

Tints of Han Purple #421DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 69.35%

R = 21.29%
G = 9.35%
B = 69.35%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#421DD7 (or 0x421DD7) is known color: Han Purple. HEX triplet: 42, 1D and D7. RGB value is (66,29,215). Sum of RGB (Red+Green+Blue) = 66+29+215=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 215 (84.38% from 255 or 69.35% from 310); Max value from RGB is 215 - color contains mainly: blue. Hex color #421DD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421DD7 is #BDE228. Grayscale: #3C3C3C. Windows color (decimal): -12444201 or 14097730. OLE color: 14097730.

HSL color Cylindrical-coordinate representation of color #421DD7: hue angle of 251.94º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #421DD7 is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 29 215 -
CMYK 0.69 0.87 0 0.16
HSL 251.94º 0.76% 0.48% -
HSV(B) 251.94º 0.87% 0.84% -
XYZ 14.95 6.94 64.84 -
YUV 61.27 214.76 131.38 -
System Red Green Blue C M Y K H S L
Decimal 66 29 215 0.69 0.87 0 0.16 251.94 0.76 0.48
Hex 42 1D D7 45 57 0 10 FC 4C 30
Octal 102 35 327 105 127 0 20 374 114 60
Binary 1000010 11101 11010111 1000101 1010111 0 10000 11111100 1001100 110000

Color Harmonies of #421DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421DD7

Black with #421DD7

Text Example


Text Example

White with #421DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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