Html Css Color HEX #580592 Indigo

📋 copy color: '#580592'

red 88 ◦ green 5 ◦ blue 146

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

Shades of Indigo #580592

Tints of Indigo #580592

RGB

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

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

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

R = 36.82%
G = 2.09%
B = 61.09%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#580592 (or 0x580592) is known color: Indigo. HEX triplet: 58, 05 and 92. RGB value is (88,5,146). Sum of RGB (Red+Green+Blue) = 88+5+146=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 146 (57.42% from 255 or 61.09% from 239); Max value from RGB is 146 - color contains mainly: blue. Hex color #580592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580592 is #A7FA6D. Grayscale: #2D2D2D. Windows color (decimal): -11008622 or 9569624. OLE color: 9569624.

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

Color convert

RGB 88 5 146 -
CMYK 0.40 0.97 0 0.43
HSL 275.32º 0.93% 0.3% -
HSV(B) 275.32º 0.97% 0.57% -
XYZ 9.27 4.26 27.53 -
YUV 45.89 184.5 158.04 -
System Red Green Blue C M Y K H S L
Decimal 88 5 146 0.40 0.97 0 0.43 275.32 0.93 0.3
Hex 58 5 92 28 61 0 2B 113 5D 1E
Octal 130 5 222 50 141 0 53 423 135 36
Binary 1011000 101 10010010 101000 1100001 0 101011 100010011 1011101 11110

Color Harmonies of #580592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580592

Black with #580592

Text Example


Text Example

White with #580592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580592; }

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

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

background-color css

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

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

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

border-color css

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

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

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