Html Css Color HEX #58039F Indigo

📋 copy color: '#58039F'

red 88 ◦ green 3 ◦ blue 159

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

Shades of Indigo #58039F

Tints of Indigo #58039F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 63.6%

R = 35.2%
G = 1.2%
B = 63.6%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58039F (or 0x58039F) is known color: Indigo. HEX triplet: 58, 03 and 9F. RGB value is (88,3,159). Sum of RGB (Red+Green+Blue) = 88+3+159=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #58039F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58039F is #A7FC60. Grayscale: #2D2D2D. Windows color (decimal): -11009121 or 10421080. OLE color: 10421080.

HSL color Cylindrical-coordinate representation of color #58039F: hue angle of 272.69º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #58039F is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 3 159 -
CMYK 0.45 0.98 0 0.38
HSL 272.69º 0.96% 0.32% -
HSV(B) 272.69º 0.98% 0.62% -
XYZ 10.32 4.64 33.15 -
YUV 46.2 191.66 157.82 -
System Red Green Blue C M Y K H S L
Decimal 88 3 159 0.45 0.98 0 0.38 272.69 0.96 0.32
Hex 58 3 9F 2D 62 0 26 111 60 20
Octal 130 3 237 55 142 0 46 421 140 40
Binary 1011000 11 10011111 101101 1100010 0 100110 100010001 1100000 100000

Color Harmonies of #58039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58039F

Black with #58039F

Text Example


Text Example

White with #58039F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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