Html Css Color HEX #580B6F Indigo

📋 copy color: '#580B6F'

red 88 ◦ green 11 ◦ blue 111

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

Shades of Indigo #580B6F

Tints of Indigo #580B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 52.86%

R = 41.9%
G = 5.24%
B = 52.86%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#580B6F (or 0x580B6F) is known color: Indigo. HEX triplet: 58, 0B and 6F. RGB value is (88,11,111). Sum of RGB (Red+Green+Blue) = 88+11+111=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #580B6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580B6F is #A7F490. Grayscale: #2D2D2D. Windows color (decimal): -11007121 or 7277400. OLE color: 7277400.

HSL color Cylindrical-coordinate representation of color #580B6F: hue angle of 286.2º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580B6F is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 11 111 -
CMYK 0.21 0.90 0 0.56
HSL 286.2º 0.82% 0.24% -
HSV(B) 286.2º 0.9% 0.44% -
XYZ 7.01 3.46 15.34 -
YUV 45.42 165.01 158.37 -
System Red Green Blue C M Y K H S L
Decimal 88 11 111 0.21 0.90 0 0.56 286.2 0.82 0.24
Hex 58 B 6F 15 5A 0 38 11E 52 18
Octal 130 13 157 25 132 0 70 436 122 30
Binary 1011000 1011 1101111 10101 1011010 0 111000 100011110 1010010 11000

Color Harmonies of #580B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B6F

Black with #580B6F

Text Example


Text Example

White with #580B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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