#5D098B

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

Shades of Indigo #5D098B

Tints of Indigo #5D098B

Color information

#5D098B (or 0x5D098B) is unknown color: approx Indigo. HEX triplet: 5D, 09 and 8B. RGB value is (93,9,139). Sum of RGB (Red+Green+Blue) = 93+9+139=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D098B is #A2F674. Grayscale: #303030. Windows color (decimal): -10679925 or 9111901. OLE color: 9111901.

HSL color Cylindrical-coordinate representation of color #5D098B: hue angle of 278.77º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D098B is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB939139-
CMYK0.330.9400.45
HSL278.77º87.84%29.02%-
HSV(B)278.77º93.53%54.51%-
XYZ9.274.3924.78-
YUV48.94178.83159.43-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.59%
GREEN value IS 9 (3.91% from 255) = 3.73%
BLUE value IS 139 (54.69% from 255) = 57.68%
R=38.59%
G=3.73%
B=57.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9391390.330.9400.45278.7787.8429.02
Hex5D98B215E02D117581d
Octal135112134113605542713035
Binary101110110011000101110000110111100101101100010111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D098B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,9,139); }

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

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

 a { background-color: rgb(93,9,139); }

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

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

 span { border-color: rgb(93,9,139); }

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