Html Css Color HEX #580161 Indigo

📋 copy color: '#580161'

red 88 ◦ green 1 ◦ blue 97

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

Shades of Indigo #580161

Tints of Indigo #580161

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 97 (38.28% from 255) = 52.15%

R = 47.31%
G = 0.54%
B = 52.15%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#580161 (or 0x580161) is known color: Indigo. HEX triplet: 58, 01 and 61. RGB value is (88,1,97). Sum of RGB (Red+Green+Blue) = 88+1+97=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #580161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580161 is #A7FE9E. Grayscale: #252525. Windows color (decimal): -11009695 or 6357336. OLE color: 6357336.

HSL color Cylindrical-coordinate representation of color #580161: hue angle of 294.38º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580161 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 1 97 -
CMYK 0.09 0.99 0 0.62
HSL 294.38º 0.98% 0.19% -
HSV(B) 294.38º 0.99% 0.38% -
XYZ 6.19 2.96 11.55 -
YUV 37.96 161.32 163.69 -
System Red Green Blue C M Y K H S L
Decimal 88 1 97 0.09 0.99 0 0.62 294.38 0.98 0.19
Hex 58 1 61 9 63 0 3E 126 62 13
Octal 130 1 141 11 143 0 76 446 142 23
Binary 1011000 1 1100001 1001 1100011 0 111110 100100110 1100010 10011

Color Harmonies of #580161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580161

Black with #580161

Text Example


Text Example

White with #580161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580161; }

 p { color: rgb(88,1,97); }

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

background-color css

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

 a { background-color: rgb(88,1,97); }

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

border-color css

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

 span { border-color: rgb(88,1,97); }

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