#510360

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

Shades of Indigo #510360

Tints of Indigo #510360

Color information

#510360 (or 0x510360) is unknown color: approx Indigo. HEX triplet: 51, 03 and 60. RGB value is (81,3,96). Sum of RGB (Red+Green+Blue) = 81+3+96=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #510360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510360 is #AEFC9F. Grayscale: #242424. Windows color (decimal): -11467936 or 6292305. OLE color: 6292305.

HSL color Cylindrical-coordinate representation of color #510360: hue angle of 290.32º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #510360 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB81396-
CMYK0.160.9700.62
HSL290.32º93.94%19.41%-
HSV(B)290.32º96.88%37.65%-
XYZ5.542.6611.29-
YUV36.92161.34159.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45%
GREEN value IS 3 (1.56% from 255) = 1.67%
BLUE value IS 96 (37.89% from 255) = 53.33%
R=45%
G=1.67%
B=53.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal813960.160.9700.62290.3293.9419.41
Hex51360106103E1225e13
Octal12131402014107644213623
Binary10100011111000001000011000010111110100100010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510360; }

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

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

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

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

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

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

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

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