Html Css Color HEX #58056F Indigo

📋 copy color: '#58056F'

red 88 ◦ green 5 ◦ blue 111

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

Shades of Indigo #58056F

Tints of Indigo #58056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.45%

 BLUE value IS 111 (43.75% from 255) = 54.41%

R = 43.14%
G = 2.45%
B = 54.41%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#58056F (or 0x58056F) is known color: Indigo. HEX triplet: 58, 05 and 6F. RGB value is (88,5,111). Sum of RGB (Red+Green+Blue) = 88+5+111=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #58056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58056F is #A7FA90. Grayscale: #292929. Windows color (decimal): -11008657 or 7275864. OLE color: 7275864.

HSL color Cylindrical-coordinate representation of color #58056F: hue angle of 286.98º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58056F is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 5 111 -
CMYK 0.21 0.95 0 0.56
HSL 286.98º 0.91% 0.23% -
HSV(B) 286.98º 0.95% 0.44% -
XYZ 6.95 3.33 15.32 -
YUV 41.9 167 160.88 -
System Red Green Blue C M Y K H S L
Decimal 88 5 111 0.21 0.95 0 0.56 286.98 0.91 0.23
Hex 58 5 6F 15 5F 0 38 11F 5B 17
Octal 130 5 157 25 137 0 70 437 133 27
Binary 1011000 101 1101111 10101 1011111 0 111000 100011111 1011011 10111

Color Harmonies of #58056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58056F

Black with #58056F

Text Example


Text Example

White with #58056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,5,111); }

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

background-color css

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

 a { background-color: rgb(88,5,111); }

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

border-color css

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

 span { border-color: rgb(88,5,111); }

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