Html Css Color HEX #58166E Indigo

📋 copy color: '#58166E'

red 88 ◦ green 22 ◦ blue 110

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

Shades of Indigo #58166E

Tints of Indigo #58166E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10%

 BLUE value IS 110 (43.36% from 255) = 50%

R = 40%
G = 10%
B = 50%

CMYK

 C value IS 0.2

 M value IS 0.8

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58166E (or 0x58166E) is known color: Indigo. HEX triplet: 58, 16 and 6E. RGB value is (88,22,110). Sum of RGB (Red+Green+Blue) = 88+22+110=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #58166E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58166E is #A7E991. Grayscale: #333333. Windows color (decimal): -11004306 or 7214680. OLE color: 7214680.

HSL color Cylindrical-coordinate representation of color #58166E: hue angle of 285º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58166E is Cyan = 0.2, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 22 110 -
CMYK 0.2 0.8 0 0.57
HSL 285º 0.67% 0.26% -
HSV(B) 285º 0.8% 0.43% -
XYZ 7.13 3.77 15.1 -
YUV 51.77 160.87 153.84 -
System Red Green Blue C M Y K H S L
Decimal 88 22 110 0.2 0.8 0 0.57 285 0.67 0.26
Hex 58 16 6E 14 50 0 39 11D 43 1A
Octal 130 26 156 24 120 0 71 435 103 32
Binary 1011000 10110 1101110 10100 1010000 0 111001 100011101 1000011 11010

Color Harmonies of #58166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58166E

Black with #58166E

Text Example


Text Example

White with #58166E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58166E; }

 p { color: rgb(88,22,110); }

 H1.HeaderClassName
 {
   color: #58166E;
 }
 .AnyTagClassName
 {
   color: #58166E;
 }
</style>

background-color css

<style>
 a { background-color: #58166E; }

 a { background-color: rgb(88,22,110); }

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

border-color css

<style>
 span { border-color: #58166E; }

 span { border-color: rgb(88,22,110); }

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