#580369

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

Shades of Indigo #580369

Tints of Indigo #580369

Color information

#580369 (or 0x580369) is unknown color: approx Indigo. HEX triplet: 58, 03 and 69. RGB value is (88,3,105). Sum of RGB (Red+Green+Blue) = 88+3+105=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #580369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580369 is #A7FC96. Grayscale: #272727. Windows color (decimal): -11009175 or 6882136. OLE color: 6882136.

HSL color Cylindrical-coordinate representation of color #580369: hue angle of 290º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #580369 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB883105-
CMYK0.160.9700.59
HSL290º94.44%21.18%-
HSV(B)290º97.14%41.18%-
XYZ6.613.1613.63-
YUV40.04164.66162.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.90%
GREEN value IS 3 (1.56% from 255) = 1.53%
BLUE value IS 105 (41.41% from 255) = 53.57%
R=44.90%
G=1.53%
B=53.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8831050.160.9700.5929094.4421.18
Hex58369106103B1225e15
Octal13031512014107344213625
Binary10110001111010011000011000010111011100100010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580369; }

 p { color: rgb(88,3,105); }

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

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

 a { background-color: rgb(88,3,105); }

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

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

 span { border-color: rgb(88,3,105); }

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