Html Css Color HEX #58189F Indigo

📋 copy color: '#58189F'

red 88 ◦ green 24 ◦ blue 159

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

Shades of Indigo #58189F

Tints of Indigo #58189F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.67%

R = 32.47%
G = 8.86%
B = 58.67%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58189F (or 0x58189F) is known color: Indigo. HEX triplet: 58, 18 and 9F. RGB value is (88,24,159). Sum of RGB (Red+Green+Blue) = 88+24+159=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #58189F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58189F is #A7E760. Grayscale: #3A3A3A. Windows color (decimal): -11003745 or 10426456. OLE color: 10426456.

HSL color Cylindrical-coordinate representation of color #58189F: hue angle of 268.44º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58189F is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 24 159 -
CMYK 0.45 0.85 0 0.38
HSL 268.44º 0.74% 0.36% -
HSV(B) 268.44º 0.85% 0.62% -
XYZ 10.61 5.23 33.25 -
YUV 58.53 184.7 149.02 -
System Red Green Blue C M Y K H S L
Decimal 88 24 159 0.45 0.85 0 0.38 268.44 0.74 0.36
Hex 58 18 9F 2D 55 0 26 10C 4A 24
Octal 130 30 237 55 125 0 46 414 112 44
Binary 1011000 11000 10011111 101101 1010101 0 100110 100001100 1001010 100100

Color Harmonies of #58189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58189F

Black with #58189F

Text Example


Text Example

White with #58189F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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