Html Css Color HEX #58046A Indigo

📋 copy color: '#58046A'

red 88 ◦ green 4 ◦ blue 106

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

Shades of Indigo #58046A

Tints of Indigo #58046A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.02%

 BLUE value IS 106 (41.8% from 255) = 53.54%

R = 44.44%
G = 2.02%
B = 53.54%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58046A (or 0x58046A) is known color: Indigo. HEX triplet: 58, 04 and 6A. RGB value is (88,4,106). Sum of RGB (Red+Green+Blue) = 88+4+106=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 106 (41.80% from 255 or 53.54% from 198); Max value from RGB is 106 - color contains mainly: blue. Hex color #58046A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58046A is #A7FB95. Grayscale: #282828. Windows color (decimal): -11008918 or 6947928. OLE color: 6947928.

HSL color Cylindrical-coordinate representation of color #58046A: hue angle of 289.41º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #58046A is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 4 106 -
CMYK 0.17 0.96 0 0.58
HSL 289.41º 0.93% 0.22% -
HSV(B) 289.41º 0.96% 0.42% -
XYZ 6.67 3.2 13.9 -
YUV 40.74 164.83 161.71 -
System Red Green Blue C M Y K H S L
Decimal 88 4 106 0.17 0.96 0 0.58 289.41 0.93 0.22
Hex 58 4 6A 11 60 0 3A 121 5D 16
Octal 130 4 152 21 140 0 72 441 135 26
Binary 1011000 100 1101010 10001 1100000 0 111010 100100001 1011101 10110

Color Harmonies of #58046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58046A

Black with #58046A

Text Example


Text Example

White with #58046A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58046A; }

 p { color: rgb(88,4,106); }

 H1.HeaderClassName
 {
   color: #58046A;
 }
 .AnyTagClassName
 {
   color: #58046A;
 }
</style>

background-color css

<style>
 a { background-color: #58046A; }

 a { background-color: rgb(88,4,106); }

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

border-color css

<style>
 span { border-color: #58046A; }

 span { border-color: rgb(88,4,106); }

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