Html Css Color HEX #58126D Indigo

📋 copy color: '#58126D'

red 88 ◦ green 18 ◦ blue 109

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

Shades of Indigo #58126D

Tints of Indigo #58126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.37%

 BLUE value IS 109 (42.97% from 255) = 50.7%

R = 40.93%
G = 8.37%
B = 50.7%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58126D (or 0x58126D) is known color: Indigo. HEX triplet: 58, 12 and 6D. RGB value is (88,18,109). Sum of RGB (Red+Green+Blue) = 88+18+109=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #58126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58126D is #A7ED92. Grayscale: #313131. Windows color (decimal): -11005331 or 7148120. OLE color: 7148120.

HSL color Cylindrical-coordinate representation of color #58126D: hue angle of 286.15º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58126D is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 18 109 -
CMYK 0.19 0.83 0 0.57
HSL 286.15º 0.72% 0.25% -
HSV(B) 286.15º 0.83% 0.43% -
XYZ 7 3.61 14.8 -
YUV 49.3 161.69 155.6 -
System Red Green Blue C M Y K H S L
Decimal 88 18 109 0.19 0.83 0 0.57 286.15 0.72 0.25
Hex 58 12 6D 13 53 0 39 11E 48 19
Octal 130 22 155 23 123 0 71 436 110 31
Binary 1011000 10010 1101101 10011 1010011 0 111001 100011110 1001000 11001

Color Harmonies of #58126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58126D

Black with #58126D

Text Example


Text Example

White with #58126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58126D; }

 p { color: rgb(88,18,109); }

 H1.HeaderClassName
 {
   color: #58126D;
 }
 .AnyTagClassName
 {
   color: #58126D;
 }
</style>

background-color css

<style>
 a { background-color: #58126D; }

 a { background-color: rgb(88,18,109); }

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

border-color css

<style>
 span { border-color: #58126D; }

 span { border-color: rgb(88,18,109); }

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