Html Css Color HEX #58127C Indigo

📋 copy color: '#58127C'

red 88 ◦ green 18 ◦ blue 124

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

Shades of Indigo #58127C

Tints of Indigo #58127C

RGB

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

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

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

R = 38.26%
G = 7.83%
B = 53.91%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58127C (or 0x58127C) is known color: Indigo. HEX triplet: 58, 12 and 7C. RGB value is (88,18,124). Sum of RGB (Red+Green+Blue) = 88+18+124=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #58127C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58127C is #A7ED83. Grayscale: #323232. Windows color (decimal): -11005316 or 8131160. OLE color: 8131160.

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

Color convert

RGB 88 18 124 -
CMYK 0.29 0.85 0 0.51
HSL 279.62º 0.75% 0.28% -
HSV(B) 279.62º 0.85% 0.49% -
XYZ 7.88 3.96 19.42 -
YUV 51.01 169.19 154.38 -
System Red Green Blue C M Y K H S L
Decimal 88 18 124 0.29 0.85 0 0.51 279.62 0.75 0.28
Hex 58 12 7C 1D 55 0 33 118 4B 1C
Octal 130 22 174 35 125 0 63 430 113 34
Binary 1011000 10010 1111100 11101 1010101 0 110011 100011000 1001011 11100

Color Harmonies of #58127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58127C

Black with #58127C

Text Example


Text Example

White with #58127C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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