Html Css Color HEX #580A9F Indigo

📋 copy color: '#580A9F'

red 88 ◦ green 10 ◦ blue 159

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

Shades of Indigo #580A9F

Tints of Indigo #580A9F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.89%

 BLUE value IS 159 (62.5% from 255) = 61.87%

R = 34.24%
G = 3.89%
B = 61.87%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#580A9F (or 0x580A9F) is known color: Indigo. HEX triplet: 58, 0A and 9F. RGB value is (88,10,159). Sum of RGB (Red+Green+Blue) = 88+10+159=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 159 (62.5% from 255 or 61.87% from 257); Max value from RGB is 159 - color contains mainly: blue. Hex color #580A9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580A9F is #A7F560. Grayscale: #313131. Windows color (decimal): -11007329 or 10422872. OLE color: 10422872.

HSL color Cylindrical-coordinate representation of color #580A9F: hue angle of 271.41º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580A9F is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 10 159 -
CMYK 0.45 0.94 0 0.38
HSL 271.41º 0.88% 0.33% -
HSV(B) 271.41º 0.94% 0.62% -
XYZ 10.39 4.79 33.18 -
YUV 50.31 189.34 154.88 -
System Red Green Blue C M Y K H S L
Decimal 88 10 159 0.45 0.94 0 0.38 271.41 0.88 0.33
Hex 58 A 9F 2D 5E 0 26 10F 58 21
Octal 130 12 237 55 136 0 46 417 130 41
Binary 1011000 1010 10011111 101101 1011110 0 100110 100001111 1011000 100001

Color Harmonies of #580A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580A9F

Black with #580A9F

Text Example


Text Example

White with #580A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580A9F; }

 p { color: rgb(88,10,159); }

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

background-color css

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

 a { background-color: rgb(88,10,159); }

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

border-color css

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

 span { border-color: rgb(88,10,159); }

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