Html Css Color HEX #58006F Indigo

📋 copy color: '#58006F'

red 88 ◦ green 0 ◦ blue 111

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

Shades of Indigo #58006F

Tints of Indigo #58006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.22%
G = 0%
B = 55.78%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#58006F (or 0x58006F) is known color: Indigo. HEX triplet: 58, 00 and 6F. RGB value is (88,0,111). Sum of RGB (Red+Green+Blue) = 88+0+111=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #58006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58006F is #A7FF90. Grayscale: #262626. Windows color (decimal): -11009937 or 7274584. OLE color: 7274584.

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

Color convert

RGB 88 0 111 -
CMYK 0.21 1 0 0.56
HSL 287.57º 1% 0.22% -
HSV(B) 287.57º 1% 0.44% -
XYZ 6.89 3.22 15.3 -
YUV 38.97 168.65 162.97 -
System Red Green Blue C M Y K H S L
Decimal 88 0 111 0.21 1 0 0.56 287.57 1 0.22
Hex 58 0 6F 15 64 0 38 120 64 16
Octal 130 0 157 25 144 0 70 440 144 26
Binary 1011000 0 1101111 10101 1100100 0 111000 100100000 1100100 10110

Color Harmonies of #58006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58006F

Black with #58006F

Text Example


Text Example

White with #58006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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