Html Css Color HEX #58159C Indigo

📋 copy color: '#58159C'

red 88 ◦ green 21 ◦ blue 156

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

Shades of Indigo #58159C

Tints of Indigo #58159C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

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

R = 33.21%
G = 7.92%
B = 58.87%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58159C (or 0x58159C) is known color: Indigo. HEX triplet: 58, 15 and 9C. RGB value is (88,21,156). Sum of RGB (Red+Green+Blue) = 88+21+156=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #58159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58159C is #A7EA63. Grayscale: #373737. Windows color (decimal): -11004516 or 10229080. OLE color: 10229080.

HSL color Cylindrical-coordinate representation of color #58159C: hue angle of 269.78º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #58159C is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 21 156 -
CMYK 0.44 0.87 0 0.39
HSL 269.78º 0.76% 0.35% -
HSV(B) 269.78º 0.87% 0.61% -
XYZ 10.29 5.01 31.88 -
YUV 56.42 184.2 150.52 -
System Red Green Blue C M Y K H S L
Decimal 88 21 156 0.44 0.87 0 0.39 269.78 0.76 0.35
Hex 58 15 9C 2C 57 0 27 10E 4C 23
Octal 130 25 234 54 127 0 47 416 114 43
Binary 1011000 10101 10011100 101100 1010111 0 100111 100001110 1001100 100011

Color Harmonies of #58159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58159C

Black with #58159C

Text Example


Text Example

White with #58159C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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