#51026C

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

Shades of Indigo #51026C

Tints of Indigo #51026C

Color information

#51026C (or 0x51026C) is unknown color: approx Indigo. HEX triplet: 51, 02 and 6C. RGB value is (81,2,108). Sum of RGB (Red+Green+Blue) = 81+2+108=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #51026C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51026C is #AEFD93. Grayscale: #252525. Windows color (decimal): -11468180 or 7078481. OLE color: 7078481.

HSL color Cylindrical-coordinate representation of color #51026C: hue angle of 284.72º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #51026C is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB812108-
CMYK0.250.9800.58
HSL284.72º96.36%21.57%-
HSV(B)284.72º98.15%42.35%-
XYZ6.122.8814.42-
YUV37.7167.67158.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.41%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 108 (42.58% from 255) = 56.54%
R=42.41%
G=1.05%
B=56.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8121080.250.9800.58284.7296.3621.57
Hex5126C196203A11d6016
Octal12121543114207243514026
Binary10100011011011001100111000100111010100011101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51026C; }

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

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

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

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

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

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

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

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