#58038A

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

Shades of Indigo #58038A

Tints of Indigo #58038A

Color information

#58038A (or 0x58038A) is unknown color: approx Indigo. HEX triplet: 58, 03 and 8A. RGB value is (88,3,138). Sum of RGB (Red+Green+Blue) = 88+3+138=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 138 (54.30% from 255 or 60.26% from 229); Max value from RGB is 138 - color contains mainly: blue. Hex color #58038A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58038A is #A7FC75. Grayscale: #2B2B2B. Windows color (decimal): -11009142 or 9044824. OLE color: 9044824.

HSL color Cylindrical-coordinate representation of color #58038A: hue angle of 277.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #58038A is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB883138-
CMYK0.360.9800.46
HSL277.78º95.74%27.65%-
HSV(B)277.78º97.83%54.12%-
XYZ8.643.9724.36-
YUV43.8181.16159.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.43%
GREEN value IS 3 (1.56% from 255) = 1.31%
BLUE value IS 138 (54.30% from 255) = 60.26%
R=38.43%
G=1.31%
B=60.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8831380.360.9800.46277.7895.7427.65
Hex5838A246202E116601c
Octal13032124414205642614034
Binary1011000111000101010010011000100101110100010110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58038A; }

 p { color: rgb(88,3,138); }

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

<style>
 a { background-color: #58038A; }

 a { background-color: rgb(88,3,138); }

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

<style>
 span { border-color: #58038A; }

 span { border-color: rgb(88,3,138); }

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