#510167

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

Shades of Indigo #510167

Tints of Indigo #510167

Color information

#510167 (or 0x510167) is unknown color: approx Indigo. HEX triplet: 51, 01 and 67. RGB value is (81,1,103). Sum of RGB (Red+Green+Blue) = 81+1+103=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 103 (40.62% from 255 or 55.68% from 185); Max value from RGB is 103 - color contains mainly: blue. Hex color #510167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510167 is #AEFE98. Grayscale: #242424. Windows color (decimal): -11468441 or 6750545. OLE color: 6750545.

HSL color Cylindrical-coordinate representation of color #510167: hue angle of 287.06º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510167 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB811103-
CMYK0.210.9900.60
HSL287.06º98.08%20.39%-
HSV(B)287.06º99.03%40.39%-
XYZ5.852.7513.05-
YUV36.55165.5159.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.78%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 103 (40.62% from 255) = 55.68%
R=43.78%
G=0.54%
B=55.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8111030.210.9900.60287.0698.0820.39
Hex51167156303C11f6214
Octal12111472514307443714224
Binary1010001111001111010111000110111100100011111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510167; }

 p { color: rgb(81,1,103); }

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

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

 a { background-color: rgb(81,1,103); }

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

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

 span { border-color: rgb(81,1,103); }

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