Html Css Color HEX #580985 Indigo

📋 copy color: '#580985'

red 88 ◦ green 9 ◦ blue 133

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

Shades of Indigo #580985

Tints of Indigo #580985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.91%

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

R = 38.26%
G = 3.91%
B = 57.83%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#580985 (or 0x580985) is known color: Indigo. HEX triplet: 58, 09 and 85. RGB value is (88,9,133). Sum of RGB (Red+Green+Blue) = 88+9+133=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #580985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580985 is #A7F67A. Grayscale: #2E2E2E. Windows color (decimal): -11007611 or 8718680. OLE color: 8718680.

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

Color convert

RGB 88 9 133 -
CMYK 0.34 0.93 0 0.48
HSL 278.23º 0.87% 0.28% -
HSV(B) 278.23º 0.93% 0.52% -
XYZ 8.36 3.96 22.51 -
YUV 46.76 176.67 157.42 -
System Red Green Blue C M Y K H S L
Decimal 88 9 133 0.34 0.93 0 0.48 278.23 0.87 0.28
Hex 58 9 85 22 5D 0 30 116 57 1C
Octal 130 11 205 42 135 0 60 426 127 34
Binary 1011000 1001 10000101 100010 1011101 0 110000 100010110 1010111 11100

Color Harmonies of #580985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580985

Black with #580985

Text Example


Text Example

White with #580985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580985; }

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

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

background-color css

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

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

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

border-color css

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

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

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