Html Css Color HEX #58037A Indigo

📋 copy color: '#58037A'

red 88 ◦ green 3 ◦ blue 122

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

Shades of Indigo #58037A

Tints of Indigo #58037A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.41%

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

R = 41.31%
G = 1.41%
B = 57.28%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58037A (or 0x58037A) is known color: Indigo. HEX triplet: 58, 03 and 7A. RGB value is (88,3,122). Sum of RGB (Red+Green+Blue) = 88+3+122=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #58037A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58037A is #A7FC85. Grayscale: #292929. Windows color (decimal): -11009158 or 7996248. OLE color: 7996248.

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

Color convert

RGB 88 3 122 -
CMYK 0.28 0.98 0 0.52
HSL 282.86º 0.95% 0.25% -
HSV(B) 282.86º 0.98% 0.48% -
XYZ 7.57 3.54 18.7 -
YUV 41.98 173.16 160.82 -
System Red Green Blue C M Y K H S L
Decimal 88 3 122 0.28 0.98 0 0.52 282.86 0.95 0.25
Hex 58 3 7A 1C 62 0 34 11B 5F 19
Octal 130 3 172 34 142 0 64 433 137 31
Binary 1011000 11 1111010 11100 1100010 0 110100 100011011 1011111 11001

Color Harmonies of #58037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58037A

Black with #58037A

Text Example


Text Example

White with #58037A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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