#5B0369

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

Shades of Indigo #5B0369

Tints of Indigo #5B0369

Color information

#5B0369 (or 0x5B0369) is unknown color: approx Indigo. HEX triplet: 5B, 03 and 69. RGB value is (91,3,105). Sum of RGB (Red+Green+Blue) = 91+3+105=199 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.73% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #5B0369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0369 is #A4FC96. Grayscale: #282828. Windows color (decimal): -10812567 or 6882139. OLE color: 6882139.

HSL color Cylindrical-coordinate representation of color #5B0369: hue angle of 291.76º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B0369 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB913105-
CMYK0.130.9700.59
HSL291.76º94.44%21.18%-
HSV(B)291.76º97.14%41.18%-
XYZ6.93.3113.64-
YUV40.94164.15163.71-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.73%
GREEN value IS 3 (1.56% from 255) = 1.51%
BLUE value IS 105 (41.41% from 255) = 52.76%
R=45.73%
G=1.51%
B=52.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9131050.130.9700.59291.7694.4421.18
Hex5B369D6103B1245e15
Octal13331511514107344413625
Binary1011011111101001110111000010111011100100100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,3,105); }

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

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

 a { background-color: rgb(91,3,105); }

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

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

 span { border-color: rgb(91,3,105); }

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