Html Css Color HEX #471089 Indigo

📋 copy color: '#471089'

red 71 ◦ green 16 ◦ blue 137

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

Shades of Indigo #471089

Tints of Indigo #471089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 61.16%

R = 31.7%
G = 7.14%
B = 61.16%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#471089 (or 0x471089) is known color: Indigo. HEX triplet: 47, 10 and 89. RGB value is (71,16,137). Sum of RGB (Red+Green+Blue) = 71+16+137=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 137 (53.91% from 255 or 61.16% from 224); Max value from RGB is 137 - color contains mainly: blue. Hex color #471089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471089 is #B8EF76. Grayscale: #2D2D2D. Windows color (decimal): -12119927 or 8982599. OLE color: 8982599.

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

Color convert

RGB 71 16 137 -
CMYK 0.48 0.88 0 0.46
HSL 267.27º 0.79% 0.3% -
HSV(B) 267.27º 0.88% 0.54% -
XYZ 7.3 3.52 23.96 -
YUV 46.24 179.22 145.66 -
System Red Green Blue C M Y K H S L
Decimal 71 16 137 0.48 0.88 0 0.46 267.27 0.79 0.3
Hex 47 10 89 30 58 0 2E 10B 4F 1E
Octal 107 20 211 60 130 0 56 413 117 36
Binary 1000111 10000 10001001 110000 1011000 0 101110 100001011 1001111 11110

Color Harmonies of #471089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471089

Black with #471089

Text Example


Text Example

White with #471089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471089; }

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

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

background-color css

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

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

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

border-color css

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

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

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