Html Css Color HEX #471175 Indigo

📋 copy color: '#471175'

red 71 ◦ green 17 ◦ blue 117

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

Shades of Indigo #471175

Tints of Indigo #471175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.29%

 BLUE value IS 117 (46.09% from 255) = 57.07%

R = 34.63%
G = 8.29%
B = 57.07%

CMYK

 C value IS 0.39

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#471175 (or 0x471175) is known color: Indigo. HEX triplet: 47, 11 and 75. RGB value is (71,17,117). Sum of RGB (Red+Green+Blue) = 71+17+117=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #471175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471175 is #B8EE8A. Grayscale: #2C2C2C. Windows color (decimal): -12119691 or 7672135. OLE color: 7672135.

HSL color Cylindrical-coordinate representation of color #471175: hue angle of 272.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471175 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 17 117 -
CMYK 0.39 0.85 0 0.54
HSL 272.4º 0.75% 0.26% -
HSV(B) 272.4º 0.85% 0.46% -
XYZ 6.01 3.02 17.1 -
YUV 44.55 168.89 146.87 -
System Red Green Blue C M Y K H S L
Decimal 71 17 117 0.39 0.85 0 0.54 272.4 0.75 0.26
Hex 47 11 75 27 55 0 36 110 4B 1A
Octal 107 21 165 47 125 0 66 420 113 32
Binary 1000111 10001 1110101 100111 1010101 0 110110 100010000 1001011 11010

Color Harmonies of #471175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471175

Black with #471175

Text Example


Text Example

White with #471175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471175; }

 p { color: rgb(71,17,117); }

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

background-color css

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

 a { background-color: rgb(71,17,117); }

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

border-color css

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

 span { border-color: rgb(71,17,117); }

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