Html Css Color HEX #471087 Indigo

📋 copy color: '#471087'

red 71 ◦ green 16 ◦ blue 135

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

Shades of Indigo #471087

Tints of Indigo #471087

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.21%

 BLUE value IS 135 (53.13% from 255) = 60.81%

R = 31.98%
G = 7.21%
B = 60.81%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#471087 (or 0x471087) is known color: Indigo. HEX triplet: 47, 10 and 87. RGB value is (71,16,135). Sum of RGB (Red+Green+Blue) = 71+16+135=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 135 (53.12% from 255 or 60.81% from 222); Max value from RGB is 135 - color contains mainly: blue. Hex color #471087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471087 is #B8EF78. Grayscale: #2D2D2D. Windows color (decimal): -12119929 or 8851527. OLE color: 8851527.

HSL color Cylindrical-coordinate representation of color #471087: hue angle of 267.73º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471087 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 16 135 -
CMYK 0.47 0.88 0 0.47
HSL 267.73º 0.79% 0.3% -
HSV(B) 267.73º 0.88% 0.53% -
XYZ 7.16 3.46 23.21 -
YUV 46.01 178.22 145.82 -
System Red Green Blue C M Y K H S L
Decimal 71 16 135 0.47 0.88 0 0.47 267.73 0.79 0.3
Hex 47 10 87 2F 58 0 2F 10C 4F 1E
Octal 107 20 207 57 130 0 57 414 117 36
Binary 1000111 10000 10000111 101111 1011000 0 101111 100001100 1001111 11110

Color Harmonies of #471087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471087

Black with #471087

Text Example


Text Example

White with #471087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471087; }

 p { color: rgb(71,16,135); }

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

background-color css

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

 a { background-color: rgb(71,16,135); }

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

border-color css

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

 span { border-color: rgb(71,16,135); }

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