#5D0B8A

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

Shades of Indigo #5D0B8A

Tints of Indigo #5D0B8A

Color information

#5D0B8A (or 0x5D0B8A) is unknown color: approx Indigo. HEX triplet: 5D, 0B and 8A. RGB value is (93,11,138). Sum of RGB (Red+Green+Blue) = 93+11+138=242 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.43% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #5D0B8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0B8A is #A2F475. Grayscale: #313131. Windows color (decimal): -10679414 or 9046877. OLE color: 9046877.

HSL color Cylindrical-coordinate representation of color #5D0B8A: hue angle of 278.74º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D0B8A is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9311138-
CMYK0.330.9200.46
HSL278.74º85.23%29.22%-
HSV(B)278.74º92.03%54.12%-
XYZ9.224.424.41-
YUV50177.67158.67-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.43%
GREEN value IS 11 (4.69% from 255) = 4.55%
BLUE value IS 138 (54.30% from 255) = 57.02%
R=38.43%
G=4.55%
B=57.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal93111380.330.9200.46278.7485.2329.22
Hex5DB8A215C02E117551d
Octal135132124113405642712535
Binary101110110111000101010000110111000101110100010111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,11,138); }

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

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

 a { background-color: rgb(93,11,138); }

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

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

 span { border-color: rgb(93,11,138); }

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