#510094

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

Shades of Indigo #510094

Tints of Indigo #510094

Color information

#510094 (or 0x510094) is unknown color: approx Indigo. HEX triplet: 51, 00 and 94. RGB value is (81,0,148). Sum of RGB (Red+Green+Blue) = 81+0+148=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #510094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510094 is #AEFF6B. Grayscale: #282828. Windows color (decimal): -11468652 or 9699409. OLE color: 9699409.

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

Color convert

RGB810148-
CMYK0.45100.42
HSL272.84º100%29.02%-
HSV(B)272.84º100%58.04%-
XYZ8.743.8928.31-
YUV41.09188.34156.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 148 (58.20% from 255) = 64.63%
R=35.37%
G=0%
B=64.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8101480.45100.42272.8410029.02
Hex510942D6402A111641d
Octal12102245514405242114435
Binary101000101001010010110111001000101010100010001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510094; }

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

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

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

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

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

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

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

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