Html Css Color HEX #58059C Indigo

📋 copy color: '#58059C'

red 88 ◦ green 5 ◦ blue 156

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

Shades of Indigo #58059C

Tints of Indigo #58059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.01%

 BLUE value IS 156 (61.33% from 255) = 62.65%

R = 35.34%
G = 2.01%
B = 62.65%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58059C (or 0x58059C) is known color: Indigo. HEX triplet: 58, 05 and 9C. RGB value is (88,5,156). Sum of RGB (Red+Green+Blue) = 88+5+156=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #58059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58059C is #A7FA63. Grayscale: #2E2E2E. Windows color (decimal): -11008612 or 10224984. OLE color: 10224984.

HSL color Cylindrical-coordinate representation of color #58059C: hue angle of 272.98º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #58059C is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 5 156 -
CMYK 0.44 0.97 0 0.39
HSL 272.98º 0.94% 0.32% -
HSV(B) 272.98º 0.97% 0.61% -
XYZ 10.08 4.58 31.81 -
YUV 47.03 189.5 157.22 -
System Red Green Blue C M Y K H S L
Decimal 88 5 156 0.44 0.97 0 0.39 272.98 0.94 0.32
Hex 58 5 9C 2C 61 0 27 111 5E 20
Octal 130 5 234 54 141 0 47 421 136 40
Binary 1011000 101 10011100 101100 1100001 0 100111 100010001 1011110 100000

Color Harmonies of #58059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58059C

Black with #58059C

Text Example


Text Example

White with #58059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,5,156); }

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

background-color css

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

 a { background-color: rgb(88,5,156); }

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

border-color css

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

 span { border-color: rgb(88,5,156); }

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