Html Css Color HEX #58166F Indigo

📋 copy color: '#58166F'

red 88 ◦ green 22 ◦ blue 111

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

Shades of Indigo #58166F

Tints of Indigo #58166F

RGB

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

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

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

R = 39.82%
G = 9.95%
B = 50.23%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#58166F (or 0x58166F) is known color: Indigo. HEX triplet: 58, 16 and 6F. RGB value is (88,22,111). Sum of RGB (Red+Green+Blue) = 88+22+111=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #58166F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58166F is #A7E990. Grayscale: #333333. Windows color (decimal): -11004305 or 7280216. OLE color: 7280216.

HSL color Cylindrical-coordinate representation of color #58166F: hue angle of 284.49º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58166F is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 22 111 -
CMYK 0.21 0.80 0 0.56
HSL 284.49º 0.67% 0.26% -
HSV(B) 284.49º 0.8% 0.44% -
XYZ 7.18 3.8 15.39 -
YUV 51.88 161.37 153.76 -
System Red Green Blue C M Y K H S L
Decimal 88 22 111 0.21 0.80 0 0.56 284.49 0.67 0.26
Hex 58 16 6F 15 50 0 38 11C 43 1A
Octal 130 26 157 25 120 0 70 434 103 32
Binary 1011000 10110 1101111 10101 1010000 0 111000 100011100 1000011 11010

Color Harmonies of #58166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58166F

Black with #58166F

Text Example


Text Example

White with #58166F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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