Html Css Color HEX #471CDD Han Purple

📋 copy color: '#471CDD'

red 71 ◦ green 28 ◦ blue 221

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

Shades of Han Purple #471CDD

Tints of Han Purple #471CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.75%

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

R = 22.19%
G = 8.75%
B = 69.06%

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

#471CDD (or 0x471CDD) is known color: Han Purple. HEX triplet: 47, 1C and DD. RGB value is (71,28,221). Sum of RGB (Red+Green+Blue) = 71+28+221=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #471CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471CDD is #B8E322. Grayscale: #3E3E3E. Windows color (decimal): -12116771 or 14490695. OLE color: 14490695.

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

Color convert

RGB 71 28 221 -
CMYK 0.68 0.87 0 0.13
HSL 253.37º 0.78% 0.49% -
HSV(B) 253.37º 0.87% 0.87% -
XYZ 16.06 7.39 68.99 -
YUV 62.86 217.25 133.81 -
System Red Green Blue C M Y K H S L
Decimal 71 28 221 0.68 0.87 0 0.13 253.37 0.78 0.49
Hex 47 1C DD 44 57 0 D FD 4E 31
Octal 107 34 335 104 127 0 15 375 116 61
Binary 1000111 11100 11011101 1000100 1010111 0 1101 11111101 1001110 110001

Color Harmonies of #471CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CDD

Black with #471CDD

Text Example


Text Example

White with #471CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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