Html Css Color HEX #58157D Indigo

📋 copy color: '#58157D'

red 88 ◦ green 21 ◦ blue 125

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

Shades of Indigo #58157D

Tints of Indigo #58157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 53.42%

R = 37.61%
G = 8.97%
B = 53.42%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58157D (or 0x58157D) is known color: Indigo. HEX triplet: 58, 15 and 7D. RGB value is (88,21,125). Sum of RGB (Red+Green+Blue) = 88+21+125=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #58157D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58157D is #A7EA82. Grayscale: #343434. Windows color (decimal): -11004547 or 8197464. OLE color: 8197464.

HSL color Cylindrical-coordinate representation of color #58157D: hue angle of 278.65º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58157D is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 21 125 -
CMYK 0.30 0.83 0 0.51
HSL 278.65º 0.71% 0.29% -
HSV(B) 278.65º 0.83% 0.49% -
XYZ 7.99 4.09 19.77 -
YUV 52.89 168.7 153.04 -
System Red Green Blue C M Y K H S L
Decimal 88 21 125 0.30 0.83 0 0.51 278.65 0.71 0.29
Hex 58 15 7D 1E 53 0 33 117 47 1D
Octal 130 25 175 36 123 0 63 427 107 35
Binary 1011000 10101 1111101 11110 1010011 0 110011 100010111 1000111 11101

Color Harmonies of #58157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58157D

Black with #58157D

Text Example


Text Example

White with #58157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58157D; }

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

 H1.HeaderClassName
 {
   color: #58157D;
 }
 .AnyTagClassName
 {
   color: #58157D;
 }
</style>

background-color css

<style>
 a { background-color: #58157D; }

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

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

border-color css

<style>
 span { border-color: #58157D; }

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

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