Html Css Color HEX #580992 Indigo

📋 copy color: '#580992'

red 88 ◦ green 9 ◦ blue 146

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

Shades of Indigo #580992

Tints of Indigo #580992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.7%

 BLUE value IS 146 (57.42% from 255) = 60.08%

R = 36.21%
G = 3.7%
B = 60.08%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#580992 (or 0x580992) is known color: Indigo. HEX triplet: 58, 09 and 92. RGB value is (88,9,146). Sum of RGB (Red+Green+Blue) = 88+9+146=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #580992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580992 is #A7F66D. Grayscale: #2F2F2F. Windows color (decimal): -11007598 or 9570648. OLE color: 9570648.

HSL color Cylindrical-coordinate representation of color #580992: hue angle of 274.6º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580992 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 9 146 -
CMYK 0.40 0.94 0 0.43
HSL 274.6º 0.88% 0.3% -
HSV(B) 274.6º 0.94% 0.57% -
XYZ 9.31 4.35 27.54 -
YUV 48.24 183.17 156.36 -
System Red Green Blue C M Y K H S L
Decimal 88 9 146 0.40 0.94 0 0.43 274.6 0.88 0.3
Hex 58 9 92 28 5E 0 2B 113 58 1E
Octal 130 11 222 50 136 0 53 423 130 36
Binary 1011000 1001 10010010 101000 1011110 0 101011 100010011 1011000 11110

Color Harmonies of #580992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580992

Black with #580992

Text Example


Text Example

White with #580992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580992; }

 p { color: rgb(88,9,146); }

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

background-color css

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

 a { background-color: rgb(88,9,146); }

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

border-color css

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

 span { border-color: rgb(88,9,146); }

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