#58198D

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

Shades of Indigo #58198D

Tints of Indigo #58198D

Color information

#58198D (or 0x58198D) is unknown color: approx Indigo. HEX triplet: 58, 19 and 8D. RGB value is (88,25,141). Sum of RGB (Red+Green+Blue) = 88+25+141=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #58198D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58198D is #A7E672. Grayscale: #383838. Windows color (decimal): -11003507 or 9247064. OLE color: 9247064.

HSL color Cylindrical-coordinate representation of color #58198D: hue angle of 272.59º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58198D is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8825141-
CMYK0.380.8200.45
HSL272.59º69.88%32.55%-
HSV(B)272.59º82.27%55.29%-
XYZ9.184.6925.62-
YUV57.06175.37150.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.65%
GREEN value IS 25 (10.16% from 255) = 9.84%
BLUE value IS 141 (55.47% from 255) = 55.51%
R=34.65%
G=9.84%
B=55.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88251410.380.8200.45272.5969.8832.55
Hex58198D265202D1114621
Octal130312154612205542110641
Binary10110001100110001101100110101001001011011000100011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58198D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58198D; }

 p { color: rgb(88,25,141); }

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

<style>
 a { background-color: #58198D; }

 a { background-color: rgb(88,25,141); }

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

<style>
 span { border-color: #58198D; }

 span { border-color: rgb(88,25,141); }

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