Html Css Color HEX #58086C Indigo

📋 copy color: '#58086C'

red 88 ◦ green 8 ◦ blue 108

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

Shades of Indigo #58086C

Tints of Indigo #58086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 52.94%

R = 43.14%
G = 3.92%
B = 52.94%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58086C (or 0x58086C) is known color: Indigo. HEX triplet: 58, 08 and 6C. RGB value is (88,8,108). Sum of RGB (Red+Green+Blue) = 88+8+108=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #58086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58086C is #A7F793. Grayscale: #2B2B2B. Windows color (decimal): -11007892 or 7080024. OLE color: 7080024.

HSL color Cylindrical-coordinate representation of color #58086C: hue angle of 288º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #58086C is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 8 108 -
CMYK 0.19 0.93 0 0.58
HSL 288º 0.86% 0.23% -
HSV(B) 288º 0.93% 0.42% -
XYZ 6.82 3.33 14.47 -
YUV 43.32 164.5 159.87 -
System Red Green Blue C M Y K H S L
Decimal 88 8 108 0.19 0.93 0 0.58 288 0.86 0.23
Hex 58 8 6C 13 5D 0 3A 120 56 17
Octal 130 10 154 23 135 0 72 440 126 27
Binary 1011000 1000 1101100 10011 1011101 0 111010 100100000 1010110 10111

Color Harmonies of #58086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58086C

Black with #58086C

Text Example


Text Example

White with #58086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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