Html Css Color HEX #580869 Indigo

📋 copy color: '#580869'

red 88 ◦ green 8 ◦ blue 105

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

Shades of Indigo #580869

Tints of Indigo #580869

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.98%

 BLUE value IS 105 (41.41% from 255) = 52.24%

R = 43.78%
G = 3.98%
B = 52.24%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#580869 (or 0x580869) is known color: Indigo. HEX triplet: 58, 08 and 69. RGB value is (88,8,105). Sum of RGB (Red+Green+Blue) = 88+8+105=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #580869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580869 is #A7F796. Grayscale: #2A2A2A. Windows color (decimal): -11007895 or 6883416. OLE color: 6883416.

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

Color convert

RGB 88 8 105 -
CMYK 0.16 0.92 0 0.59
HSL 289.48º 0.86% 0.22% -
HSV(B) 289.48º 0.92% 0.41% -
XYZ 6.66 3.27 13.64 -
YUV 42.98 163 160.11 -
System Red Green Blue C M Y K H S L
Decimal 88 8 105 0.16 0.92 0 0.59 289.48 0.86 0.22
Hex 58 8 69 10 5C 0 3B 121 56 16
Octal 130 10 151 20 134 0 73 441 126 26
Binary 1011000 1000 1101001 10000 1011100 0 111011 100100001 1010110 10110

Color Harmonies of #580869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580869

Black with #580869

Text Example


Text Example

White with #580869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580869; }

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

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

background-color css

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

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

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

border-color css

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

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

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