#510B75

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

Shades of Indigo #510B75

Tints of Indigo #510B75

Color information

#510B75 (or 0x510B75) is unknown color: approx Indigo. HEX triplet: 51, 0B and 75. RGB value is (81,11,117). Sum of RGB (Red+Green+Blue) = 81+11+117=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #510B75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B75 is #AEF48A. Grayscale: #2B2B2B. Windows color (decimal): -11465867 or 7670609. OLE color: 7670609.

HSL color Cylindrical-coordinate representation of color #510B75: hue angle of 279.62º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510B75 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8111117-
CMYK0.310.9100.54
HSL279.62º82.81%25.1%-
HSV(B)279.62º90.6%45.88%-
XYZ6.723.2717.11-
YUV44.01169.19154.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.76%
GREEN value IS 11 (4.69% from 255) = 5.26%
BLUE value IS 117 (46.09% from 255) = 55.98%
R=38.76%
G=5.26%
B=55.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81111170.310.9100.54279.6282.8125.1
Hex51B751F5B0361185319
Octal121131653713306643012331
Binary1010001101111101011111110110110110110100011000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510B75; }

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

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

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

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

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

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

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

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