#510262

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

Shades of Indigo #510262

Tints of Indigo #510262

Color information

#510262 (or 0x510262) is unknown color: approx Indigo. HEX triplet: 51, 02 and 62. RGB value is (81,2,98). Sum of RGB (Red+Green+Blue) = 81+2+98=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #510262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510262 is #AEFD9D. Grayscale: #242424. Windows color (decimal): -11468190 or 6423121. OLE color: 6423121.

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

Color convert

RGB81298-
CMYK0.170.9800.62
HSL289.38º96%19.61%-
HSV(B)289.38º97.96%38.43%-
XYZ5.622.6711.78-
YUV36.56162.67159.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.75%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 98 (38.67% from 255) = 54.14%
R=44.75%
G=1.10%
B=54.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal812980.170.9800.62289.389619.61
Hex51262116203E1216014
Octal12121422114207644114024
Binary10100011011000101000111000100111110100100001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510262; }

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

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

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

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

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

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

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

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