#510266

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

Shades of Indigo #510266

Tints of Indigo #510266

Color information

#510266 (or 0x510266) is unknown color: approx Indigo. HEX triplet: 51, 02 and 66. RGB value is (81,2,102). Sum of RGB (Red+Green+Blue) = 81+2+102=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #510266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510266 is #AEFD99. Grayscale: #242424. Windows color (decimal): -11468186 or 6685265. OLE color: 6685265.

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

Color convert

RGB812102-
CMYK0.210.9800.6
HSL287.4º96.15%20.39%-
HSV(B)287.4º98.04%40%-
XYZ5.812.7512.8-
YUV37.02164.67159.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.78%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 102 (40.23% from 255) = 55.14%
R=43.78%
G=1.08%
B=55.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8121020.210.9800.6287.496.1520.39
Hex51266156203C11f6014
Octal12121462514207443714024
Binary10100011011001101010111000100111100100011111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510266; }

 p { color: rgb(81,2,102); }

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

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

 a { background-color: rgb(81,2,102); }

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

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

 span { border-color: rgb(81,2,102); }

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