Html Css Color HEX #58036C Indigo

📋 copy color: '#58036C'

red 88 ◦ green 3 ◦ blue 108

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

Shades of Indigo #58036C

Tints of Indigo #58036C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.51%

 BLUE value IS 108 (42.58% from 255) = 54.27%

R = 44.22%
G = 1.51%
B = 54.27%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58036C (or 0x58036C) is known color: Indigo. HEX triplet: 58, 03 and 6C. RGB value is (88,3,108). Sum of RGB (Red+Green+Blue) = 88+3+108=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #58036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58036C is #A7FC93. Grayscale: #282828. Windows color (decimal): -11009172 or 7078744. OLE color: 7078744.

HSL color Cylindrical-coordinate representation of color #58036C: hue angle of 288.57º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #58036C is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 3 108 -
CMYK 0.19 0.97 0 0.58
HSL 288.57º 0.95% 0.22% -
HSV(B) 288.57º 0.97% 0.42% -
XYZ 6.76 3.22 14.45 -
YUV 40.39 166.16 161.96 -
System Red Green Blue C M Y K H S L
Decimal 88 3 108 0.19 0.97 0 0.58 288.57 0.95 0.22
Hex 58 3 6C 13 61 0 3A 121 5F 16
Octal 130 3 154 23 141 0 72 441 137 26
Binary 1011000 11 1101100 10011 1100001 0 111010 100100001 1011111 10110

Color Harmonies of #58036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58036C

Black with #58036C

Text Example


Text Example

White with #58036C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58036C; }

 p { color: rgb(88,3,108); }

 H1.HeaderClassName
 {
   color: #58036C;
 }
 .AnyTagClassName
 {
   color: #58036C;
 }
</style>

background-color css

<style>
 a { background-color: #58036C; }

 a { background-color: rgb(88,3,108); }

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

border-color css

<style>
 span { border-color: #58036C; }

 span { border-color: rgb(88,3,108); }

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