Html Css Color HEX #421DDA Han Purple

📋 copy color: '#421DDA'

red 66 ◦ green 29 ◦ blue 218

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

Shades of Han Purple #421DDA

Tints of Han Purple #421DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 69.65%

R = 21.09%
G = 9.27%
B = 69.65%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#421DDA (or 0x421DDA) is known color: Han Purple. HEX triplet: 42, 1D and DA. RGB value is (66,29,218). Sum of RGB (Red+Green+Blue) = 66+29+218=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #421DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421DDA is #BDE225. Grayscale: #3C3C3C. Windows color (decimal): -12444198 or 14294338. OLE color: 14294338.

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

Color convert

RGB 66 29 218 -
CMYK 0.70 0.87 0 0.15
HSL 251.75º 0.77% 0.48% -
HSV(B) 251.75º 0.87% 0.85% -
XYZ 15.34 7.1 66.89 -
YUV 61.61 216.26 131.13 -
System Red Green Blue C M Y K H S L
Decimal 66 29 218 0.70 0.87 0 0.15 251.75 0.77 0.48
Hex 42 1D DA 46 57 0 F FC 4D 30
Octal 102 35 332 106 127 0 17 374 115 60
Binary 1000010 11101 11011010 1000110 1010111 0 1111 11111100 1001101 110000

Color Harmonies of #421DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421DDA

Black with #421DDA

Text Example


Text Example

White with #421DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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