Html Css Color HEX #58086F Indigo

📋 copy color: '#58086F'

red 88 ◦ green 8 ◦ blue 111

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

Shades of Indigo #58086F

Tints of Indigo #58086F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.86%

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

R = 42.51%
G = 3.86%
B = 53.62%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#58086F (or 0x58086F) is known color: Indigo. HEX triplet: 58, 08 and 6F. RGB value is (88,8,111). Sum of RGB (Red+Green+Blue) = 88+8+111=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #58086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58086F is #A7F790. Grayscale: #2B2B2B. Windows color (decimal): -11007889 or 7276632. OLE color: 7276632.

HSL color Cylindrical-coordinate representation of color #58086F: hue angle of 286.6º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #58086F is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 8 111 -
CMYK 0.21 0.93 0 0.56
HSL 286.6º 0.87% 0.23% -
HSV(B) 286.6º 0.93% 0.44% -
XYZ 6.98 3.4 15.33 -
YUV 43.66 166 159.62 -
System Red Green Blue C M Y K H S L
Decimal 88 8 111 0.21 0.93 0 0.56 286.6 0.87 0.23
Hex 58 8 6F 15 5D 0 38 11F 57 17
Octal 130 10 157 25 135 0 70 437 127 27
Binary 1011000 1000 1101111 10101 1011101 0 111000 100011111 1010111 10111

Color Harmonies of #58086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58086F

Black with #58086F

Text Example


Text Example

White with #58086F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58086F; }

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

 H1.HeaderClassName
 {
   color: #58086F;
 }
 .AnyTagClassName
 {
   color: #58086F;
 }
</style>

background-color css

<style>
 a { background-color: #58086F; }

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

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

border-color css

<style>
 span { border-color: #58086F; }

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

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