Html Css Color HEX #58118C Indigo

📋 copy color: '#58118C'

red 88 ◦ green 17 ◦ blue 140

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

Shades of Indigo #58118C

Tints of Indigo #58118C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.94%

 BLUE value IS 140 (55.08% from 255) = 57.14%

R = 35.92%
G = 6.94%
B = 57.14%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58118C (or 0x58118C) is known color: Indigo. HEX triplet: 58, 11 and 8C. RGB value is (88,17,140). Sum of RGB (Red+Green+Blue) = 88+17+140=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #58118C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58118C is #A7EE73. Grayscale: #333333. Windows color (decimal): -11005556 or 9179480. OLE color: 9179480.

HSL color Cylindrical-coordinate representation of color #58118C: hue angle of 274.63º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58118C is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 17 140 -
CMYK 0.37 0.88 0 0.45
HSL 274.63º 0.78% 0.31% -
HSV(B) 274.63º 0.88% 0.55% -
XYZ 8.96 4.37 25.18 -
YUV 52.25 177.52 153.5 -
System Red Green Blue C M Y K H S L
Decimal 88 17 140 0.37 0.88 0 0.45 274.63 0.78 0.31
Hex 58 11 8C 25 58 0 2D 113 4E 1F
Octal 130 21 214 45 130 0 55 423 116 37
Binary 1011000 10001 10001100 100101 1011000 0 101101 100010011 1001110 11111

Color Harmonies of #58118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58118C

Black with #58118C

Text Example


Text Example

White with #58118C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,17,140); }

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

background-color css

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

 a { background-color: rgb(88,17,140); }

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

border-color css

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

 span { border-color: rgb(88,17,140); }

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