Html Css Color HEX #470592 Indigo

📋 copy color: '#470592'

red 71 ◦ green 5 ◦ blue 146

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

Shades of Indigo #470592

Tints of Indigo #470592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 65.77%

R = 31.98%
G = 2.25%
B = 65.77%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#470592 (or 0x470592) is known color: Indigo. HEX triplet: 47, 05 and 92. RGB value is (71,5,146). Sum of RGB (Red+Green+Blue) = 71+5+146=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 146 (57.42% from 255 or 65.77% from 222); Max value from RGB is 146 - color contains mainly: blue. Hex color #470592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470592 is #B8FA6D. Grayscale: #282828. Windows color (decimal): -12122734 or 9569607. OLE color: 9569607.

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

Color convert

RGB 71 5 146 -
CMYK 0.51 0.97 0 0.43
HSL 268.09º 0.93% 0.3% -
HSV(B) 268.09º 0.97% 0.57% -
XYZ 7.84 3.52 27.46 -
YUV 40.81 187.37 149.54 -
System Red Green Blue C M Y K H S L
Decimal 71 5 146 0.51 0.97 0 0.43 268.09 0.93 0.3
Hex 47 5 92 33 61 0 2B 10C 5D 1E
Octal 107 5 222 63 141 0 53 414 135 36
Binary 1000111 101 10010010 110011 1100001 0 101011 100001100 1011101 11110

Color Harmonies of #470592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470592

Black with #470592

Text Example


Text Example

White with #470592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470592; }

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

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

background-color css

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

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

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

border-color css

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

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

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