Html Css Color HEX #470588 Indigo

📋 copy color: '#470588'

red 71 ◦ green 5 ◦ blue 136

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

Shades of Indigo #470588

Tints of Indigo #470588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 64.15%

R = 33.49%
G = 2.36%
B = 64.15%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#470588 (or 0x470588) is known color: Indigo. HEX triplet: 47, 05 and 88. RGB value is (71,5,136). Sum of RGB (Red+Green+Blue) = 71+5+136=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 136 (53.52% from 255 or 64.15% from 212); Max value from RGB is 136 - color contains mainly: blue. Hex color #470588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470588 is #B8FA77. Grayscale: #272727. Windows color (decimal): -12122744 or 8914247. OLE color: 8914247.

HSL color Cylindrical-coordinate representation of color #470588: hue angle of 270.23º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470588 is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 5 136 -
CMYK 0.48 0.96 0 0.47
HSL 270.23º 0.93% 0.28% -
HSV(B) 270.23º 0.96% 0.53% -
XYZ 7.1 3.23 23.54 -
YUV 39.67 182.37 150.35 -
System Red Green Blue C M Y K H S L
Decimal 71 5 136 0.48 0.96 0 0.47 270.23 0.93 0.28
Hex 47 5 88 30 60 0 2F 10E 5D 1C
Octal 107 5 210 60 140 0 57 416 135 34
Binary 1000111 101 10001000 110000 1100000 0 101111 100001110 1011101 11100

Color Harmonies of #470588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470588

Black with #470588

Text Example


Text Example

White with #470588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470588; }

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

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

background-color css

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

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

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

border-color css

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

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

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