Html Css Color HEX #58016D Indigo

📋 copy color: '#58016D'

red 88 ◦ green 1 ◦ blue 109

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

Shades of Indigo #58016D

Tints of Indigo #58016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 44.44%
G = 0.51%
B = 55.05%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58016D (or 0x58016D) is known color: Indigo. HEX triplet: 58, 01 and 6D. RGB value is (88,1,109). Sum of RGB (Red+Green+Blue) = 88+1+109=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #58016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58016D is #A7FE92. Grayscale: #262626. Windows color (decimal): -11009683 or 7143768. OLE color: 7143768.

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

Color convert

RGB 88 1 109 -
CMYK 0.19 0.99 0 0.57
HSL 288.33º 0.98% 0.22% -
HSV(B) 288.33º 0.99% 0.43% -
XYZ 6.8 3.2 14.73 -
YUV 39.33 167.32 162.72 -
System Red Green Blue C M Y K H S L
Decimal 88 1 109 0.19 0.99 0 0.57 288.33 0.98 0.22
Hex 58 1 6D 13 63 0 39 120 62 16
Octal 130 1 155 23 143 0 71 440 142 26
Binary 1011000 1 1101101 10011 1100011 0 111001 100100000 1100010 10110

Color Harmonies of #58016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58016D

Black with #58016D

Text Example


Text Example

White with #58016D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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