#510175

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

Shades of Indigo #510175

Tints of Indigo #510175

Color information

#510175 (or 0x510175) is unknown color: approx Indigo. HEX triplet: 51, 01 and 75. RGB value is (81,1,117). Sum of RGB (Red+Green+Blue) = 81+1+117=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #510175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510175 is #AEFE8A. Grayscale: #252525. Windows color (decimal): -11468427 or 7668049. OLE color: 7668049.

HSL color Cylindrical-coordinate representation of color #510175: hue angle of 281.38º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510175 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB811117-
CMYK0.310.9900.54
HSL281.38º98.31%23.14%-
HSV(B)281.38º99.15%45.88%-
XYZ6.623.0617.07-
YUV38.14172.5158.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.70%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 117 (46.09% from 255) = 58.79%
R=40.70%
G=0.50%
B=58.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8111170.310.9900.54281.3898.3123.14
Hex511751F630361196217
Octal12111653714306643114227
Binary1010001111101011111111000110110110100011001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510175; }

 p { color: rgb(81,1,117); }

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

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

 a { background-color: rgb(81,1,117); }

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

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

 span { border-color: rgb(81,1,117); }

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