#510297

Color #510297 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #510297

Tints of Indigo #510297

Color information

#510297 (or 0x510297) is unknown color: approx Indigo. HEX triplet: 51, 02 and 97. RGB value is (81,2,151). Sum of RGB (Red+Green+Blue) = 81+2+151=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 151 (59.38% from 255 or 64.53% from 234); Max value from RGB is 151 - color contains mainly: blue. Hex color #510297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510297 is #AEFD68. Grayscale: #2A2A2A. Windows color (decimal): -11468137 or 9896529. OLE color: 9896529.

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

Color convert

RGB812151-
CMYK0.460.9900.41
HSL271.81º97.39%30%-
HSV(B)271.81º98.68%59.22%-
XYZ94.0329.58-
YUV42.61189.17155.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.62%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 151 (59.38% from 255) = 64.53%
R=34.62%
G=0.85%
B=64.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8121510.460.9900.41271.8197.3930
Hex512972E63029110611e
Octal12122275614305142014136
Binary1010001101001011110111011000110101001100010000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510297; }

 p { color: rgb(81,2,151); }

 H1.HeaderClassName
 {
   color: #510297;
 }
 .AnyTagClassName
 {
   color: #510297;
 }
</style>
background-color css

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

 a { background-color: rgb(81,2,151); }

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

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

 span { border-color: rgb(81,2,151); }

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