Html Css Color HEX #58187C Indigo

📋 copy color: '#58187C'

red 88 ◦ green 24 ◦ blue 124

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

Shades of Indigo #58187C

Tints of Indigo #58187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.17%

 BLUE value IS 124 (48.83% from 255) = 52.54%

R = 37.29%
G = 10.17%
B = 52.54%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58187C (or 0x58187C) is known color: Indigo. HEX triplet: 58, 18 and 7C. RGB value is (88,24,124). Sum of RGB (Red+Green+Blue) = 88+24+124=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #58187C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58187C is #A7E783. Grayscale: #363636. Windows color (decimal): -11003780 or 8132696. OLE color: 8132696.

HSL color Cylindrical-coordinate representation of color #58187C: hue angle of 278.4º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #58187C is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 24 124 -
CMYK 0.29 0.81 0 0.51
HSL 278.4º 0.68% 0.29% -
HSV(B) 278.4º 0.81% 0.49% -
XYZ 7.99 4.18 19.46 -
YUV 54.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 88 24 124 0.29 0.81 0 0.51 278.4 0.68 0.29
Hex 58 18 7C 1D 51 0 33 116 44 1D
Octal 130 30 174 35 121 0 63 426 104 35
Binary 1011000 11000 1111100 11101 1010001 0 110011 100010110 1000100 11101

Color Harmonies of #58187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58187C

Black with #58187C

Text Example


Text Example

White with #58187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,24,124); }

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

background-color css

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

 a { background-color: rgb(88,24,124); }

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

border-color css

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

 span { border-color: rgb(88,24,124); }

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