#510098

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

Shades of Indigo #510098

Tints of Indigo #510098

Color information

#510098 (or 0x510098) is unknown color: approx Indigo. HEX triplet: 51, 00 and 98. RGB value is (81,0,152). Sum of RGB (Red+Green+Blue) = 81+0+152=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 152 (59.77% from 255 or 65.24% from 233); Max value from RGB is 152 - color contains mainly: blue. Hex color #510098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510098 is #AEFF67. Grayscale: #292929. Windows color (decimal): -11468648 or 9961553. OLE color: 9961553.

HSL color Cylindrical-coordinate representation of color #510098: hue angle of 271.97º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #510098 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB810152-
CMYK0.47100.40
HSL271.97º100%29.8%-
HSV(B)271.97º100%59.61%-
XYZ9.064.0230-
YUV41.55190.34156.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 152 (59.77% from 255) = 65.24%
R=34.76%
G=0%
B=65.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8101520.47100.40271.9710029.8
Hex510982F64028110641e
Octal12102305714405042014436
Binary101000101001100010111111001000101000100010000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510098; }

 p { color: rgb(81,0,152); }

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

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

 a { background-color: rgb(81,0,152); }

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

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

 span { border-color: rgb(81,0,152); }

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