Html Css Color HEX #58199A Indigo

📋 copy color: '#58199A'

red 88 ◦ green 25 ◦ blue 154

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

Shades of Indigo #58199A

Tints of Indigo #58199A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.36%

 BLUE value IS 154 (60.55% from 255) = 57.68%

R = 32.96%
G = 9.36%
B = 57.68%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#58199A (or 0x58199A) is known color: Indigo. HEX triplet: 58, 19 and 9A. RGB value is (88,25,154). Sum of RGB (Red+Green+Blue) = 88+25+154=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 154 (60.55% from 255 or 57.68% from 267); Max value from RGB is 154 - color contains mainly: blue. Hex color #58199A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58199A is #A7E665. Grayscale: #3A3A3A. Windows color (decimal): -11003494 or 10099032. OLE color: 10099032.

HSL color Cylindrical-coordinate representation of color #58199A: hue angle of 269.3º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58199A is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 25 154 -
CMYK 0.43 0.84 0 0.40
HSL 269.3º 0.72% 0.35% -
HSV(B) 269.3º 0.84% 0.6% -
XYZ 10.2 5.1 31.02 -
YUV 58.54 181.87 149.01 -
System Red Green Blue C M Y K H S L
Decimal 88 25 154 0.43 0.84 0 0.40 269.3 0.72 0.35
Hex 58 19 9A 2B 54 0 28 10D 48 23
Octal 130 31 232 53 124 0 50 415 110 43
Binary 1011000 11001 10011010 101011 1010100 0 101000 100001101 1001000 100011

Color Harmonies of #58199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58199A

Black with #58199A

Text Example


Text Example

White with #58199A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58199A; }

 p { color: rgb(88,25,154); }

 H1.HeaderClassName
 {
   color: #58199A;
 }
 .AnyTagClassName
 {
   color: #58199A;
 }
</style>

background-color css

<style>
 a { background-color: #58199A; }

 a { background-color: rgb(88,25,154); }

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

border-color css

<style>
 span { border-color: #58199A; }

 span { border-color: rgb(88,25,154); }

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