Html Css Color HEX #58189C Indigo

📋 copy color: '#58189C'

red 88 ◦ green 24 ◦ blue 156

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

Shades of Indigo #58189C

Tints of Indigo #58189C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 58.21%

R = 32.84%
G = 8.96%
B = 58.21%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58189C (or 0x58189C) is known color: Indigo. HEX triplet: 58, 18 and 9C. RGB value is (88,24,156). Sum of RGB (Red+Green+Blue) = 88+24+156=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #58189C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58189C is #A7E763. Grayscale: #393939. Windows color (decimal): -11003748 or 10229848. OLE color: 10229848.

HSL color Cylindrical-coordinate representation of color #58189C: hue angle of 269.09º 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 #58189C is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 24 156 -
CMYK 0.44 0.85 0 0.39
HSL 269.09º 0.73% 0.35% -
HSV(B) 269.09º 0.85% 0.61% -
XYZ 10.35 5.13 31.9 -
YUV 58.18 183.2 149.27 -
System Red Green Blue C M Y K H S L
Decimal 88 24 156 0.44 0.85 0 0.39 269.09 0.73 0.35
Hex 58 18 9C 2C 55 0 27 10D 49 23
Octal 130 30 234 54 125 0 47 415 111 43
Binary 1011000 11000 10011100 101100 1010101 0 100111 100001101 1001001 100011

Color Harmonies of #58189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58189C

Black with #58189C

Text Example


Text Example

White with #58189C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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