#5B0C7D

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

Shades of Indigo #5B0C7D

Tints of Indigo #5B0C7D

Color information

#5B0C7D (or 0x5B0C7D) is unknown color: approx Indigo. HEX triplet: 5B, 0C and 7D. RGB value is (91,12,125). Sum of RGB (Red+Green+Blue) = 91+12+125=228 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.91% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #5B0C7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0C7D is #A4F382. Grayscale: #303030. Windows color (decimal): -10810243 or 8195163. OLE color: 8195163.

HSL color Cylindrical-coordinate representation of color #5B0C7D: hue angle of 281.95º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B0C7D is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9112125-
CMYK0.270.9000.51
HSL281.95º82.48%26.86%-
HSV(B)281.95º90.4%49.02%-
XYZ8.153.9719.74-
YUV48.5171.17158.31-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.91%
GREEN value IS 12 (5.08% from 255) = 5.26%
BLUE value IS 125 (49.22% from 255) = 54.82%
R=39.91%
G=5.26%
B=54.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal91121250.270.9000.51281.9582.4826.86
Hex5BC7D1B5A03311a521b
Octal133141753313206343212233
Binary1011011110011111011101110110100110011100011010101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,12,125); }

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

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

 a { background-color: rgb(91,12,125); }

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

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

 span { border-color: rgb(91,12,125); }

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