Html Css Color HEX #580BA7 Indigo

📋 copy color: '#580BA7'

red 88 ◦ green 11 ◦ blue 167

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

Shades of Indigo #580BA7

Tints of Indigo #580BA7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.14%

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

R = 33.08%
G = 4.14%
B = 62.78%

CMYK

 C value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#580BA7 (or 0x580BA7) is known color: Indigo. HEX triplet: 58, 0B and A7. RGB value is (88,11,167). Sum of RGB (Red+Green+Blue) = 88+11+167=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 167 (65.62% from 255 or 62.78% from 266); Max value from RGB is 167 - color contains mainly: blue. Hex color #580BA7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580BA7 is #A7F458. Grayscale: #333333. Windows color (decimal): -11007065 or 10947416. OLE color: 10947416.

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

Color convert

RGB 88 11 167 -
CMYK 0.47 0.93 0 0.35
HSL 269.62º 0.88% 0.35% -
HSV(B) 269.62º 0.93% 0.65% -
XYZ 11.12 5.1 36.96 -
YUV 51.81 193.01 153.82 -
System Red Green Blue C M Y K H S L
Decimal 88 11 167 0.47 0.93 0 0.35 269.62 0.88 0.35
Hex 58 B A7 2F 5D 0 23 10E 58 23
Octal 130 13 247 57 135 0 43 416 130 43
Binary 1011000 1011 10100111 101111 1011101 0 100011 100001110 1011000 100011

Color Harmonies of #580BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580BA7

Black with #580BA7

Text Example


Text Example

White with #580BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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