#5B1697

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

Shades of Indigo #5B1697

Tints of Indigo #5B1697

Color information

#5B1697 (or 0x5B1697) is unknown color: approx Indigo. HEX triplet: 5B, 16 and 97. RGB value is (91,22,151). Sum of RGB (Red+Green+Blue) = 91+22+151=264 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.47% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 151 (59.38% from 255 or 57.20% from 264); Max value from RGB is 151 - color contains mainly: blue. Hex color #5B1697 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1697 is #A4E968. Grayscale: #383838. Windows color (decimal): -10807657 or 9901659. OLE color: 9901659.

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

Color convert

RGB9122151-
CMYK0.400.8500.41
HSL272.09º74.57%33.92%-
HSV(B)272.09º85.43%59.22%-
XYZ10.195.0329.71-
YUV57.34180.86152.01-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.47%
GREEN value IS 22 (8.98% from 255) = 8.33%
BLUE value IS 151 (59.38% from 255) = 57.20%
R=34.47%
G=8.33%
B=57.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91221510.400.8500.41272.0974.5733.92
Hex5B169728550291104b22
Octal133262275012505142011342
Binary10110111011010010111101000101010101010011000100001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,22,151); }

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

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

 a { background-color: rgb(91,22,151); }

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

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

 span { border-color: rgb(91,22,151); }

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