Html Css Color HEX #470599 Indigo

📋 copy color: '#470599'

red 71 ◦ green 5 ◦ blue 153

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

Shades of Indigo #470599

Tints of Indigo #470599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 66.81%

R = 31%
G = 2.18%
B = 66.81%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#470599 (or 0x470599) is known color: Indigo. HEX triplet: 47, 05 and 99. RGB value is (71,5,153). Sum of RGB (Red+Green+Blue) = 71+5+153=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #470599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470599 is #B8FA66. Grayscale: #292929. Windows color (decimal): -12122727 or 10028359. OLE color: 10028359.

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

Color convert

RGB 71 5 153 -
CMYK 0.54 0.97 0 0.4
HSL 266.76º 0.94% 0.31% -
HSV(B) 266.76º 0.97% 0.6% -
XYZ 8.4 3.75 30.42 -
YUV 41.61 190.87 148.97 -
System Red Green Blue C M Y K H S L
Decimal 71 5 153 0.54 0.97 0 0.4 266.76 0.94 0.31
Hex 47 5 99 36 61 0 28 10B 5E 1F
Octal 107 5 231 66 141 0 50 413 136 37
Binary 1000111 101 10011001 110110 1100001 0 101000 100001011 1011110 11111

Color Harmonies of #470599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470599

Black with #470599

Text Example


Text Example

White with #470599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470599; }

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

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

background-color css

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

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

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

border-color css

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

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

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