Html Css Color HEX #580975 Indigo

📋 copy color: '#580975'

red 88 ◦ green 9 ◦ blue 117

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

Shades of Indigo #580975

Tints of Indigo #580975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 54.67%

R = 41.12%
G = 4.21%
B = 54.67%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#580975 (or 0x580975) is known color: Indigo. HEX triplet: 58, 09 and 75. RGB value is (88,9,117). Sum of RGB (Red+Green+Blue) = 88+9+117=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #580975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580975 is #A7F68A. Grayscale: #2C2C2C. Windows color (decimal): -11007627 or 7670104. OLE color: 7670104.

HSL color Cylindrical-coordinate representation of color #580975: hue angle of 283.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #580975 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 9 117 -
CMYK 0.25 0.92 0 0.54
HSL 283.89º 0.86% 0.25% -
HSV(B) 283.89º 0.92% 0.46% -
XYZ 7.33 3.55 17.13 -
YUV 44.93 168.67 158.72 -
System Red Green Blue C M Y K H S L
Decimal 88 9 117 0.25 0.92 0 0.54 283.89 0.86 0.25
Hex 58 9 75 19 5C 0 36 11C 56 19
Octal 130 11 165 31 134 0 66 434 126 31
Binary 1011000 1001 1110101 11001 1011100 0 110110 100011100 1010110 11001

Color Harmonies of #580975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580975

Black with #580975

Text Example


Text Example

White with #580975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580975; }

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

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

background-color css

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

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

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

border-color css

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

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

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