Html Css Color HEX #470595 Indigo

📋 copy color: '#470595'

red 71 ◦ green 5 ◦ blue 149

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

Shades of Indigo #470595

Tints of Indigo #470595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.22%

 BLUE value IS 149 (58.59% from 255) = 66.22%

R = 31.56%
G = 2.22%
B = 66.22%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#470595 (or 0x470595) is known color: Indigo. HEX triplet: 47, 05 and 95. RGB value is (71,5,149). Sum of RGB (Red+Green+Blue) = 71+5+149=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #470595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470595 is #B8FA6A. Grayscale: #282828. Windows color (decimal): -12122731 or 9766215. OLE color: 9766215.

HSL color Cylindrical-coordinate representation of color #470595: hue angle of 267.5º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470595 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 5 149 -
CMYK 0.52 0.97 0 0.42
HSL 267.5º 0.94% 0.3% -
HSV(B) 267.5º 0.97% 0.58% -
XYZ 8.08 3.62 28.71 -
YUV 41.15 188.87 149.29 -
System Red Green Blue C M Y K H S L
Decimal 71 5 149 0.52 0.97 0 0.42 267.5 0.94 0.3
Hex 47 5 95 34 61 0 2A 10C 5E 1E
Octal 107 5 225 64 141 0 52 414 136 36
Binary 1000111 101 10010101 110100 1100001 0 101010 100001100 1011110 11110

Color Harmonies of #470595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470595

Black with #470595

Text Example


Text Example

White with #470595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470595; }

 p { color: rgb(71,5,149); }

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

background-color css

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

 a { background-color: rgb(71,5,149); }

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

border-color css

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

 span { border-color: rgb(71,5,149); }

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