Html Css Color HEX #580AA7 Indigo

📋 copy color: '#580AA7'

red 88 ◦ green 10 ◦ blue 167

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

Shades of Indigo #580AA7

Tints of Indigo #580AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 63.02%

R = 33.21%
G = 3.77%
B = 63.02%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#580AA7 (or 0x580AA7) is known color: Indigo. HEX triplet: 58, 0A and A7. RGB value is (88,10,167). Sum of RGB (Red+Green+Blue) = 88+10+167=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 167 (65.62% from 255 or 63.02% from 265); Max value from RGB is 167 - color contains mainly: blue. Hex color #580AA7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580AA7 is #A7F558. Grayscale: #323232. Windows color (decimal): -11007321 or 10947160. OLE color: 10947160.

HSL color Cylindrical-coordinate representation of color #580AA7: hue angle of 269.81º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580AA7 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 88 10 167 -
CMYK 0.47 0.94 0 0.35
HSL 269.81º 0.89% 0.35% -
HSV(B) 269.81º 0.94% 0.65% -
XYZ 11.11 5.08 36.95 -
YUV 51.22 193.34 154.23 -
System Red Green Blue C M Y K H S L
Decimal 88 10 167 0.47 0.94 0 0.35 269.81 0.89 0.35
Hex 58 A A7 2F 5E 0 23 10E 59 23
Octal 130 12 247 57 136 0 43 416 131 43
Binary 1011000 1010 10100111 101111 1011110 0 100011 100001110 1011001 100011

Color Harmonies of #580AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580AA7

Black with #580AA7

Text Example


Text Example

White with #580AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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