Html Css Color HEX #580AAA Indigo

📋 copy color: '#580AAA'

red 88 ◦ green 10 ◦ blue 170

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

Shades of Indigo #580AAA

Tints of Indigo #580AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 63.43%

R = 32.84%
G = 3.73%
B = 63.43%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#580AAA (or 0x580AAA) is known color: Indigo. HEX triplet: 58, 0A and AA. RGB value is (88,10,170). Sum of RGB (Red+Green+Blue) = 88+10+170=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #580AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580AAA is #A7F555. Grayscale: #333333. Windows color (decimal): -11007318 or 11143768. OLE color: 11143768.

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

Color convert

RGB 88 10 170 -
CMYK 0.48 0.94 0 0.33
HSL 269.25º 0.89% 0.35% -
HSV(B) 269.25º 0.94% 0.67% -
XYZ 11.39 5.19 38.43 -
YUV 51.56 194.84 153.99 -
System Red Green Blue C M Y K H S L
Decimal 88 10 170 0.48 0.94 0 0.33 269.25 0.89 0.35
Hex 58 A AA 30 5E 0 21 10D 59 23
Octal 130 12 252 60 136 0 41 415 131 43
Binary 1011000 1010 10101010 110000 1011110 0 100001 100001101 1011001 100011

Color Harmonies of #580AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580AAA

Black with #580AAA

Text Example


Text Example

White with #580AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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