Html Css Color HEX #58159B Indigo

📋 copy color: '#58159B'

red 88 ◦ green 21 ◦ blue 155

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

Shades of Indigo #58159B

Tints of Indigo #58159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.95%

 BLUE value IS 155 (60.94% from 255) = 58.71%

R = 33.33%
G = 7.95%
B = 58.71%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58159B (or 0x58159B) is known color: Indigo. HEX triplet: 58, 15 and 9B. RGB value is (88,21,155). Sum of RGB (Red+Green+Blue) = 88+21+155=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #58159B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58159B is #A7EA64. Grayscale: #373737. Windows color (decimal): -11004517 or 10163544. OLE color: 10163544.

HSL color Cylindrical-coordinate representation of color #58159B: hue angle of 270º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #58159B is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 21 155 -
CMYK 0.43 0.86 0 0.39
HSL 270º 0.76% 0.35% -
HSV(B) 270º 0.86% 0.61% -
XYZ 10.21 4.98 31.43 -
YUV 56.31 183.7 150.6 -
System Red Green Blue C M Y K H S L
Decimal 88 21 155 0.43 0.86 0 0.39 270 0.76 0.35
Hex 58 15 9B 2B 56 0 27 10E 4C 23
Octal 130 25 233 53 126 0 47 416 114 43
Binary 1011000 10101 10011011 101011 1010110 0 100111 100001110 1001100 100011

Color Harmonies of #58159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58159B

Black with #58159B

Text Example


Text Example

White with #58159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58159B; }

 p { color: rgb(88,21,155); }

 H1.HeaderClassName
 {
   color: #58159B;
 }
 .AnyTagClassName
 {
   color: #58159B;
 }
</style>

background-color css

<style>
 a { background-color: #58159B; }

 a { background-color: rgb(88,21,155); }

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

border-color css

<style>
 span { border-color: #58159B; }

 span { border-color: rgb(88,21,155); }

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