#510393

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

Shades of Indigo #510393

Tints of Indigo #510393

Color information

#510393 (or 0x510393) is unknown color: approx Indigo. HEX triplet: 51, 03 and 93. RGB value is (81,3,147). Sum of RGB (Red+Green+Blue) = 81+3+147=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 147 (57.81% from 255 or 63.64% from 231); Max value from RGB is 147 - color contains mainly: blue. Hex color #510393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510393 is #AEFC6C. Grayscale: #2A2A2A. Windows color (decimal): -11467885 or 9634641. OLE color: 9634641.

HSL color Cylindrical-coordinate representation of color #510393: hue angle of 272.5º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #510393 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB813147-
CMYK0.450.9800.42
HSL272.5º96%29.41%-
HSV(B)272.5º97.96%57.65%-
XYZ8.693.9227.9-
YUV42.74186.84155.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.06%
GREEN value IS 3 (1.56% from 255) = 1.30%
BLUE value IS 147 (57.81% from 255) = 63.64%
R=35.06%
G=1.30%
B=63.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8131470.450.9800.42272.59629.41
Hex513932D6202A110601d
Octal12132235514205242014035
Binary1010001111001001110110111000100101010100010000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510393; }

 p { color: rgb(81,3,147); }

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

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

 a { background-color: rgb(81,3,147); }

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

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

 span { border-color: rgb(81,3,147); }

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