Html Css Color HEX #470597 Indigo

📋 copy color: '#470597'

red 71 ◦ green 5 ◦ blue 151

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

Shades of Indigo #470597

Tints of Indigo #470597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 66.52%

R = 31.28%
G = 2.2%
B = 66.52%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#470597 (or 0x470597) is known color: Indigo. HEX triplet: 47, 05 and 97. RGB value is (71,5,151). Sum of RGB (Red+Green+Blue) = 71+5+151=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 151 (59.38% from 255 or 66.52% from 227); Max value from RGB is 151 - color contains mainly: blue. Hex color #470597 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470597 is #B8FA68. Grayscale: #282828. Windows color (decimal): -12122729 or 9897287. OLE color: 9897287.

HSL color Cylindrical-coordinate representation of color #470597: hue angle of 267.12º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470597 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 5 151 -
CMYK 0.53 0.97 0 0.41
HSL 267.12º 0.94% 0.31% -
HSV(B) 267.12º 0.97% 0.59% -
XYZ 8.24 3.68 29.55 -
YUV 41.38 189.87 149.13 -
System Red Green Blue C M Y K H S L
Decimal 71 5 151 0.53 0.97 0 0.41 267.12 0.94 0.31
Hex 47 5 97 35 61 0 29 10B 5E 1F
Octal 107 5 227 65 141 0 51 413 136 37
Binary 1000111 101 10010111 110101 1100001 0 101001 100001011 1011110 11111

Color Harmonies of #470597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470597

Black with #470597

Text Example


Text Example

White with #470597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470597; }

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

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

background-color css

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

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

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

border-color css

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

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

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