Html Css Color HEX #470B91 Indigo

📋 copy color: '#470B91'

red 71 ◦ green 11 ◦ blue 145

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

Shades of Indigo #470B91

Tints of Indigo #470B91

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.85%

 BLUE value IS 145 (57.03% from 255) = 63.88%

R = 31.28%
G = 4.85%
B = 63.88%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#470B91 (or 0x470B91) is known color: Indigo. HEX triplet: 47, 0B and 91. RGB value is (71,11,145). Sum of RGB (Red+Green+Blue) = 71+11+145=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #470B91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470B91 is #B8F46E. Grayscale: #2B2B2B. Windows color (decimal): -12121199 or 9505607. OLE color: 9505607.

HSL color Cylindrical-coordinate representation of color #470B91: hue angle of 266.87º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #470B91 is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 11 145 -
CMYK 0.51 0.92 0 0.43
HSL 266.87º 0.86% 0.31% -
HSV(B) 266.87º 0.92% 0.57% -
XYZ 7.83 3.62 27.07 -
YUV 44.22 184.88 147.1 -
System Red Green Blue C M Y K H S L
Decimal 71 11 145 0.51 0.92 0 0.43 266.87 0.86 0.31
Hex 47 B 91 33 5C 0 2B 10B 56 1F
Octal 107 13 221 63 134 0 53 413 126 37
Binary 1000111 1011 10010001 110011 1011100 0 101011 100001011 1010110 11111

Color Harmonies of #470B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B91

Black with #470B91

Text Example


Text Example

White with #470B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470B91; }

 p { color: rgb(71,11,145); }

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

background-color css

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

 a { background-color: rgb(71,11,145); }

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

border-color css

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

 span { border-color: rgb(71,11,145); }

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