Html Css Color HEX #58189B Indigo

📋 copy color: '#58189B'

red 88 ◦ green 24 ◦ blue 155

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

Shades of Indigo #58189B

Tints of Indigo #58189B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.05%

R = 32.96%
G = 8.99%
B = 58.05%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58189B (or 0x58189B) is known color: Indigo. HEX triplet: 58, 18 and 9B. RGB value is (88,24,155). Sum of RGB (Red+Green+Blue) = 88+24+155=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #58189B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58189B is #A7E764. Grayscale: #393939. Windows color (decimal): -11003749 or 10164312. OLE color: 10164312.

HSL color Cylindrical-coordinate representation of color #58189B: hue angle of 269.31º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58189B is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 24 155 -
CMYK 0.43 0.85 0 0.39
HSL 269.31º 0.73% 0.35% -
HSV(B) 269.31º 0.85% 0.61% -
XYZ 10.27 5.09 31.45 -
YUV 58.07 182.7 149.35 -
System Red Green Blue C M Y K H S L
Decimal 88 24 155 0.43 0.85 0 0.39 269.31 0.73 0.35
Hex 58 18 9B 2B 55 0 27 10D 49 23
Octal 130 30 233 53 125 0 47 415 111 43
Binary 1011000 11000 10011011 101011 1010101 0 100111 100001101 1001001 100011

Color Harmonies of #58189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58189B

Black with #58189B

Text Example


Text Example

White with #58189B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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