Html Css Color HEX #58027A Indigo

📋 copy color: '#58027A'

red 88 ◦ green 2 ◦ blue 122

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

Shades of Indigo #58027A

Tints of Indigo #58027A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

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

R = 41.51%
G = 0.94%
B = 57.55%

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

#58027A (or 0x58027A) is known color: Indigo. HEX triplet: 58, 02 and 7A. RGB value is (88,2,122). Sum of RGB (Red+Green+Blue) = 88+2+122=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #58027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58027A is #A7FD85. Grayscale: #292929. Windows color (decimal): -11009414 or 7995992. OLE color: 7995992.

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

Color convert

RGB 88 2 122 -
CMYK 0.28 0.98 0 0.52
HSL 283º 0.97% 0.24% -
HSV(B) 283º 0.98% 0.48% -
XYZ 7.56 3.52 18.69 -
YUV 41.39 173.49 161.24 -
System Red Green Blue C M Y K H S L
Decimal 88 2 122 0.28 0.98 0 0.52 283 0.97 0.24
Hex 58 2 7A 1C 62 0 34 11B 61 18
Octal 130 2 172 34 142 0 64 433 141 30
Binary 1011000 10 1111010 11100 1100010 0 110100 100011011 1100001 11000

Color Harmonies of #58027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58027A

Black with #58027A

Text Example


Text Example

White with #58027A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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