#510270

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

Shades of Indigo #510270

Tints of Indigo #510270

Color information

#510270 (or 0x510270) is unknown color: approx Indigo. HEX triplet: 51, 02 and 70. RGB value is (81,2,112). Sum of RGB (Red+Green+Blue) = 81+2+112=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #510270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510270 is #AEFD8F. Grayscale: #252525. Windows color (decimal): -11468176 or 7340625. OLE color: 7340625.

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

Color convert

RGB812112-
CMYK0.280.9800.56
HSL283.09º96.49%22.35%-
HSV(B)283.09º98.21%43.92%-
XYZ6.342.9615.57-
YUV38.16169.67158.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 112 (44.14% from 255) = 57.44%
R=41.54%
G=1.03%
B=57.44%

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
Decimal8121120.280.9800.56283.0996.4922.35
Hex512701C6203811b6016
Octal12121603414207043314026
Binary10100011011100001110011000100111000100011011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510270; }

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

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

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

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

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

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

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

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