Html Css Color HEX #58007A Indigo

📋 copy color: '#58007A'

red 88 ◦ green 0 ◦ blue 122

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

Shades of Indigo #58007A

Tints of Indigo #58007A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.9%
G = 0%
B = 58.1%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58007A (or 0x58007A) is known color: Indigo. HEX triplet: 58, 00 and 7A. RGB value is (88,0,122). Sum of RGB (Red+Green+Blue) = 88+0+122=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #58007A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58007A is #A7FF85. Grayscale: #272727. Windows color (decimal): -11009926 or 7995480. OLE color: 7995480.

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

Color convert

RGB 88 0 122 -
CMYK 0.28 1 0 0.52
HSL 283.28º 1% 0.24% -
HSV(B) 283.28º 1% 0.48% -
XYZ 7.54 3.48 18.69 -
YUV 40.22 174.15 162.08 -
System Red Green Blue C M Y K H S L
Decimal 88 0 122 0.28 1 0 0.52 283.28 1 0.24
Hex 58 0 7A 1C 64 0 34 11B 64 18
Octal 130 0 172 34 144 0 64 433 144 30
Binary 1011000 0 1111010 11100 1100100 0 110100 100011011 1100100 11000

Color Harmonies of #58007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58007A

Black with #58007A

Text Example


Text Example

White with #58007A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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