Html Css Color HEX #58059D Indigo

📋 copy color: '#58059D'

red 88 ◦ green 5 ◦ blue 157

#58059D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #58059D

Tints of Indigo #58059D

RGB

 RED value IS 88 (34.77% from 255) = 35.2%

 GREEN value IS 5 (2.34% from 255) = 2%

 BLUE value IS 157 (61.72% from 255) = 62.8%

R = 35.2%
G = 2%
B = 62.8%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58059D (or 0x58059D) is known color: Indigo. HEX triplet: 58, 05 and 9D. RGB value is (88,5,157). Sum of RGB (Red+Green+Blue) = 88+5+157=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 157 (61.72% from 255 or 62.8% from 250); Max value from RGB is 157 - color contains mainly: blue. Hex color #58059D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58059D is #A7FA62. Grayscale: #2E2E2E. Windows color (decimal): -11008611 or 10290520. OLE color: 10290520.

HSL color Cylindrical-coordinate representation of color #58059D: hue angle of 272.76º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #58059D is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 5 157 -
CMYK 0.44 0.97 0 0.38
HSL 272.76º 0.94% 0.32% -
HSV(B) 272.76º 0.97% 0.62% -
XYZ 10.16 4.62 32.25 -
YUV 47.15 190 157.14 -
System Red Green Blue C M Y K H S L
Decimal 88 5 157 0.44 0.97 0 0.38 272.76 0.94 0.32
Hex 58 5 9D 2C 61 0 26 111 5E 20
Octal 130 5 235 54 141 0 46 421 136 40
Binary 1011000 101 10011101 101100 1100001 0 100110 100010001 1011110 100000

Color Harmonies of #58059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58059D

Black with #58059D

Text Example


Text Example

White with #58059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,5,157); }

 H1.HeaderClassName
 {
   color: #58059D;
 }
 .AnyTagClassName
 {
   color: #58059D;
 }
</style>

background-color css

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

 a { background-color: rgb(88,5,157); }

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

border-color css

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

 span { border-color: rgb(88,5,157); }

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