Html Css Color HEX #58177F Indigo

📋 copy color: '#58177F'

red 88 ◦ green 23 ◦ blue 127

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

Shades of Indigo #58177F

Tints of Indigo #58177F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.66%

 BLUE value IS 127 (50% from 255) = 53.36%

R = 36.97%
G = 9.66%
B = 53.36%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#58177F (or 0x58177F) is known color: Indigo. HEX triplet: 58, 17 and 7F. RGB value is (88,23,127). Sum of RGB (Red+Green+Blue) = 88+23+127=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #58177F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58177F is #A7E880. Grayscale: #353535. Windows color (decimal): -11004033 or 8329048. OLE color: 8329048.

HSL color Cylindrical-coordinate representation of color #58177F: hue angle of 277.5º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58177F is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 23 127 -
CMYK 0.31 0.82 0 0.50
HSL 277.5º 0.69% 0.29% -
HSV(B) 277.5º 0.82% 0.5% -
XYZ 8.16 4.22 20.46 -
YUV 54.29 169.03 152.04 -
System Red Green Blue C M Y K H S L
Decimal 88 23 127 0.31 0.82 0 0.50 277.5 0.69 0.29
Hex 58 17 7F 1F 52 0 32 116 45 1D
Octal 130 27 177 37 122 0 62 426 105 35
Binary 1011000 10111 1111111 11111 1010010 0 110010 100010110 1000101 11101

Color Harmonies of #58177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58177F

Black with #58177F

Text Example


Text Example

White with #58177F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58177F; }

 p { color: rgb(88,23,127); }

 H1.HeaderClassName
 {
   color: #58177F;
 }
 .AnyTagClassName
 {
   color: #58177F;
 }
</style>

background-color css

<style>
 a { background-color: #58177F; }

 a { background-color: rgb(88,23,127); }

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

border-color css

<style>
 span { border-color: #58177F; }

 span { border-color: rgb(88,23,127); }

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