Html Css Color HEX #580885 Indigo

📋 copy color: '#580885'

red 88 ◦ green 8 ◦ blue 133

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

Shades of Indigo #580885

Tints of Indigo #580885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 58.08%

R = 38.43%
G = 3.49%
B = 58.08%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#580885 (or 0x580885) is known color: Indigo. HEX triplet: 58, 08 and 85. RGB value is (88,8,133). Sum of RGB (Red+Green+Blue) = 88+8+133=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #580885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580885 is #A7F77A. Grayscale: #2D2D2D. Windows color (decimal): -11007867 or 8718424. OLE color: 8718424.

HSL color Cylindrical-coordinate representation of color #580885: hue angle of 278.4º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580885 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 8 133 -
CMYK 0.34 0.94 0 0.48
HSL 278.4º 0.89% 0.28% -
HSV(B) 278.4º 0.94% 0.52% -
XYZ 8.34 3.94 22.51 -
YUV 46.17 177 157.84 -
System Red Green Blue C M Y K H S L
Decimal 88 8 133 0.34 0.94 0 0.48 278.4 0.89 0.28
Hex 58 8 85 22 5E 0 30 116 59 1C
Octal 130 10 205 42 136 0 60 426 131 34
Binary 1011000 1000 10000101 100010 1011110 0 110000 100010110 1011001 11100

Color Harmonies of #580885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580885

Black with #580885

Text Example


Text Example

White with #580885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580885; }

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

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

background-color css

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

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

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

border-color css

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

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

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