#510271

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

Shades of Indigo #510271

Tints of Indigo #510271

Color information

#510271 (or 0x510271) is unknown color: approx Indigo. HEX triplet: 51, 02 and 71. RGB value is (81,2,113). Sum of RGB (Red+Green+Blue) = 81+2+113=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #510271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510271 is #AEFD8E. Grayscale: #252525. Windows color (decimal): -11468175 or 7406161. OLE color: 7406161.

HSL color Cylindrical-coordinate representation of color #510271: hue angle of 282.7º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #510271 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB812113-
CMYK0.280.9800.56
HSL282.7º96.52%22.55%-
HSV(B)282.7º98.23%44.31%-
XYZ6.42.9915.86-
YUV38.28170.17158.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 113 (44.53% from 255) = 57.65%
R=41.33%
G=1.02%
B=57.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8121130.280.9800.56282.796.5222.55
Hex512711C6203811b6117
Octal12121613414207043314127
Binary10100011011100011110011000100111000100011011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510271; }

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

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

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

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

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

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

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

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