#580061

Color #580061 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #580061

Tints of Indigo #580061

Color information

#580061 (or 0x580061) is unknown color: approx Indigo. HEX triplet: 58, 00 and 61. RGB value is (88,0,97). Sum of RGB (Red+Green+Blue) = 88+0+97=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #580061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580061 is #A7FF9E. Grayscale: #252525. Windows color (decimal): -11009951 or 6357080. OLE color: 6357080.

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

Color convert

RGB88097-
CMYK0.09100.62
HSL294.43º100%19.02%-
HSV(B)294.43º100%38.04%-
XYZ6.182.9411.55-
YUV37.37161.65164.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 52.43%
R=47.57%
G=0%
B=52.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal880970.09100.62294.4310019.02
Hex5806196403E1266413
Octal13001411114407644614423
Binary101100001100001100111001000111110100100110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580061; }

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

 H1.HeaderClassName
 {
   color: #580061;
 }
 .AnyTagClassName
 {
   color: #580061;
 }
</style>
background-color css

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

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

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

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

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

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