Html Css Color HEX #58006D Indigo

📋 copy color: '#58006D'

red 88 ◦ green 0 ◦ blue 109

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

Shades of Indigo #58006D

Tints of Indigo #58006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 55.33%

R = 44.67%
G = 0%
B = 55.33%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58006D (or 0x58006D) is known color: Indigo. HEX triplet: 58, 00 and 6D. RGB value is (88,0,109). Sum of RGB (Red+Green+Blue) = 88+0+109=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #58006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58006D is #A7FF92. Grayscale: #262626. Windows color (decimal): -11009939 or 7143512. OLE color: 7143512.

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

Color convert

RGB 88 0 109 -
CMYK 0.19 1 0 0.57
HSL 288.44º 1% 0.21% -
HSV(B) 288.44º 1% 0.43% -
XYZ 6.78 3.18 14.72 -
YUV 38.74 167.65 163.14 -
System Red Green Blue C M Y K H S L
Decimal 88 0 109 0.19 1 0 0.57 288.44 1 0.21
Hex 58 0 6D 13 64 0 39 120 64 15
Octal 130 0 155 23 144 0 71 440 144 25
Binary 1011000 0 1101101 10011 1100100 0 111001 100100000 1100100 10101

Color Harmonies of #58006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58006D

Black with #58006D

Text Example


Text Example

White with #58006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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