Html Css Color HEX #470691 Indigo

📋 copy color: '#470691'

red 71 ◦ green 6 ◦ blue 145

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

Shades of Indigo #470691

Tints of Indigo #470691

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.7%

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

R = 31.98%
G = 2.7%
B = 65.32%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#470691 (or 0x470691) is known color: Indigo. HEX triplet: 47, 06 and 91. RGB value is (71,6,145). Sum of RGB (Red+Green+Blue) = 71+6+145=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 145 (57.03% from 255 or 65.32% from 222); Max value from RGB is 145 - color contains mainly: blue. Hex color #470691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470691 is #B8F96E. Grayscale: #282828. Windows color (decimal): -12122479 or 9504327. OLE color: 9504327.

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

Color convert

RGB 71 6 145 -
CMYK 0.51 0.96 0 0.43
HSL 268.06º 0.92% 0.3% -
HSV(B) 268.06º 0.96% 0.57% -
XYZ 7.77 3.51 27.06 -
YUV 41.28 186.53 149.2 -
System Red Green Blue C M Y K H S L
Decimal 71 6 145 0.51 0.96 0 0.43 268.06 0.92 0.3
Hex 47 6 91 33 60 0 2B 10C 5C 1E
Octal 107 6 221 63 140 0 53 414 134 36
Binary 1000111 110 10010001 110011 1100000 0 101011 100001100 1011100 11110

Color Harmonies of #470691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470691

Black with #470691

Text Example


Text Example

White with #470691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470691; }

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

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

background-color css

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

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

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

border-color css

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

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

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