Html Css Color HEX #58057A Indigo

📋 copy color: '#58057A'

red 88 ◦ green 5 ◦ blue 122

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

Shades of Indigo #58057A

Tints of Indigo #58057A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 56.74%

R = 40.93%
G = 2.33%
B = 56.74%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58057A (or 0x58057A) is known color: Indigo. HEX triplet: 58, 05 and 7A. RGB value is (88,5,122). Sum of RGB (Red+Green+Blue) = 88+5+122=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #58057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58057A is #A7FA85. Grayscale: #2A2A2A. Windows color (decimal): -11008646 or 7996760. OLE color: 7996760.

HSL color Cylindrical-coordinate representation of color #58057A: hue angle of 282.56º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #58057A is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 88 5 122 -
CMYK 0.28 0.96 0 0.52
HSL 282.56º 0.92% 0.25% -
HSV(B) 282.56º 0.96% 0.48% -
XYZ 7.59 3.59 18.7 -
YUV 43.16 172.5 159.99 -
System Red Green Blue C M Y K H S L
Decimal 88 5 122 0.28 0.96 0 0.52 282.56 0.92 0.25
Hex 58 5 7A 1C 60 0 34 11B 5C 19
Octal 130 5 172 34 140 0 64 433 134 31
Binary 1011000 101 1111010 11100 1100000 0 110100 100011011 1011100 11001

Color Harmonies of #58057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58057A

Black with #58057A

Text Example


Text Example

White with #58057A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58057A;
 }
 .AnyTagClassName
 {
   color: #58057A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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