Html Css Color HEX #58116C Indigo

📋 copy color: '#58116C'

red 88 ◦ green 17 ◦ blue 108

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

Shades of Indigo #58116C

Tints of Indigo #58116C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.98%

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

R = 41.31%
G = 7.98%
B = 50.7%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58116C (or 0x58116C) is known color: Indigo. HEX triplet: 58, 11 and 6C. RGB value is (88,17,108). Sum of RGB (Red+Green+Blue) = 88+17+108=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #58116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58116C is #A7EE93. Grayscale: #303030. Windows color (decimal): -11005588 or 7082328. OLE color: 7082328.

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

Color convert

RGB 88 17 108 -
CMYK 0.19 0.84 0 0.58
HSL 286.81º 0.73% 0.25% -
HSV(B) 286.81º 0.84% 0.42% -
XYZ 6.93 3.56 14.51 -
YUV 48.6 161.52 156.1 -
System Red Green Blue C M Y K H S L
Decimal 88 17 108 0.19 0.84 0 0.58 286.81 0.73 0.25
Hex 58 11 6C 13 54 0 3A 11F 49 19
Octal 130 21 154 23 124 0 72 437 111 31
Binary 1011000 10001 1101100 10011 1010100 0 111010 100011111 1001001 11001

Color Harmonies of #58116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58116C

Black with #58116C

Text Example


Text Example

White with #58116C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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