#5B129A

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

Shades of Indigo #5B129A

Tints of Indigo #5B129A

Color information

#5B129A (or 0x5B129A) is unknown color: approx Indigo. HEX triplet: 5B, 12 and 9A. RGB value is (91,18,154). Sum of RGB (Red+Green+Blue) = 91+18+154=263 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.60% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 154 (60.55% from 255 or 58.56% from 263); Max value from RGB is 154 - color contains mainly: blue. Hex color #5B129A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B129A is #A4ED65. Grayscale: #363636. Windows color (decimal): -10808678 or 10097243. OLE color: 10097243.

HSL color Cylindrical-coordinate representation of color #5B129A: hue angle of 272.21º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B129A is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9118154-
CMYK0.410.8800.40
HSL272.21º79.07%33.73%-
HSV(B)272.21º88.31%60.39%-
XYZ10.364.9930.99-
YUV55.33183.68153.44-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.60%
GREEN value IS 18 (7.42% from 255) = 6.84%
BLUE value IS 154 (60.55% from 255) = 58.56%
R=34.60%
G=6.84%
B=58.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91181540.410.8800.40272.2179.0733.73
Hex5B129A29580281104f22
Octal133222325113005042011742
Binary10110111001010011010101001101100001010001000100001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B129A; }

 p { color: rgb(91,18,154); }

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

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

 a { background-color: rgb(91,18,154); }

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

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

 span { border-color: rgb(91,18,154); }

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