Html Css Color HEX #471DDD Han Purple

📋 copy color: '#471DDD'

red 71 ◦ green 29 ◦ blue 221

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

Shades of Han Purple #471DDD

Tints of Han Purple #471DDD

RGB

 RED value IS 71 (28.13% from 255) = 22.12%

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

 BLUE value IS 221 (86.72% from 255) = 68.85%

R = 22.12%
G = 9.03%
B = 68.85%

CMYK

 C value IS 0.68

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#471DDD (or 0x471DDD) is known color: Han Purple. HEX triplet: 47, 1D and DD. RGB value is (71,29,221). Sum of RGB (Red+Green+Blue) = 71+29+221=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #471DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471DDD is #B8E222. Grayscale: #3E3E3E. Windows color (decimal): -12116515 or 14490951. OLE color: 14490951.

HSL color Cylindrical-coordinate representation of color #471DDD: hue angle of 253.12º 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 #471DDD is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 29 221 -
CMYK 0.68 0.87 0 0.13
HSL 253.13º 0.77% 0.49% -
HSV(B) 253.13º 0.87% 0.87% -
XYZ 16.09 7.44 68.99 -
YUV 63.45 216.91 133.39 -
System Red Green Blue C M Y K H S L
Decimal 71 29 221 0.68 0.87 0 0.13 253.13 0.77 0.49
Hex 47 1D DD 44 57 0 D FD 4D 31
Octal 107 35 335 104 127 0 15 375 115 61
Binary 1000111 11101 11011101 1000100 1010111 0 1101 11111101 1001101 110001

Color Harmonies of #471DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471DDD

Black with #471DDD

Text Example


Text Example

White with #471DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471DDD; }

 p { color: rgb(71,29,221); }

 H1.HeaderClassName
 {
   color: #471DDD;
 }
 .AnyTagClassName
 {
   color: #471DDD;
 }
</style>

background-color css

<style>
 a { background-color: #471DDD; }

 a { background-color: rgb(71,29,221); }

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

border-color css

<style>
 span { border-color: #471DDD; }

 span { border-color: rgb(71,29,221); }

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