Html Css Color HEX #580795 Indigo

📋 copy color: '#580795'

red 88 ◦ green 7 ◦ blue 149

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

Shades of Indigo #580795

Tints of Indigo #580795

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.87%

 BLUE value IS 149 (58.59% from 255) = 61.07%

R = 36.07%
G = 2.87%
B = 61.07%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#580795 (or 0x580795) is known color: Indigo. HEX triplet: 58, 07 and 95. RGB value is (88,7,149). Sum of RGB (Red+Green+Blue) = 88+7+149=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 149 (58.59% from 255 or 61.07% from 244); Max value from RGB is 149 - color contains mainly: blue. Hex color #580795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580795 is #A7F86A. Grayscale: #2E2E2E. Windows color (decimal): -11008107 or 9766744. OLE color: 9766744.

HSL color Cylindrical-coordinate representation of color #580795: hue angle of 274.23º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580795 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 7 149 -
CMYK 0.41 0.95 0 0.42
HSL 274.23º 0.91% 0.31% -
HSV(B) 274.23º 0.95% 0.58% -
XYZ 9.53 4.4 28.78 -
YUV 47.41 185.34 156.95 -
System Red Green Blue C M Y K H S L
Decimal 88 7 149 0.41 0.95 0 0.42 274.23 0.91 0.31
Hex 58 7 95 29 5F 0 2A 112 5B 1F
Octal 130 7 225 51 137 0 52 422 133 37
Binary 1011000 111 10010101 101001 1011111 0 101010 100010010 1011011 11111

Color Harmonies of #580795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580795

Black with #580795

Text Example


Text Example

White with #580795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580795; }

 p { color: rgb(88,7,149); }

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

background-color css

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

 a { background-color: rgb(88,7,149); }

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

border-color css

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

 span { border-color: rgb(88,7,149); }

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