Html Css Color HEX #58039C Indigo

📋 copy color: '#58039C'

red 88 ◦ green 3 ◦ blue 156

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

Shades of Indigo #58039C

Tints of Indigo #58039C

RGB

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

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

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

R = 35.63%
G = 1.21%
B = 63.16%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58039C (or 0x58039C) is known color: Indigo. HEX triplet: 58, 03 and 9C. RGB value is (88,3,156). Sum of RGB (Red+Green+Blue) = 88+3+156=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #58039C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58039C is #A7FC63. Grayscale: #2D2D2D. Windows color (decimal): -11009124 or 10224472. OLE color: 10224472.

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

Color convert

RGB 88 3 156 -
CMYK 0.44 0.98 0 0.39
HSL 273.33º 0.96% 0.31% -
HSV(B) 273.33º 0.98% 0.61% -
XYZ 10.06 4.54 31.8 -
YUV 45.86 190.16 158.06 -
System Red Green Blue C M Y K H S L
Decimal 88 3 156 0.44 0.98 0 0.39 273.33 0.96 0.31
Hex 58 3 9C 2C 62 0 27 111 60 1F
Octal 130 3 234 54 142 0 47 421 140 37
Binary 1011000 11 10011100 101100 1100010 0 100111 100010001 1100000 11111

Color Harmonies of #58039C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58039C

Black with #58039C

Text Example


Text Example

White with #58039C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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