Html Css Color HEX #58019B Indigo

📋 copy color: '#58019B'

red 88 ◦ green 1 ◦ blue 155

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

Shades of Indigo #58019B

Tints of Indigo #58019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 36.07%
G = 0.41%
B = 63.52%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58019B (or 0x58019B) is known color: Indigo. HEX triplet: 58, 01 and 9B. RGB value is (88,1,155). Sum of RGB (Red+Green+Blue) = 88+1+155=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #58019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58019B is #A7FE64. Grayscale: #2C2C2C. Windows color (decimal): -11009637 or 10158424. OLE color: 10158424.

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

Color convert

RGB 88 1 155 -
CMYK 0.43 0.99 0 0.39
HSL 273.9º 0.99% 0.31% -
HSV(B) 273.9º 0.99% 0.61% -
XYZ 9.95 4.46 31.35 -
YUV 44.57 190.32 158.98 -
System Red Green Blue C M Y K H S L
Decimal 88 1 155 0.43 0.99 0 0.39 273.9 0.99 0.31
Hex 58 1 9B 2B 63 0 27 112 63 1F
Octal 130 1 233 53 143 0 47 422 143 37
Binary 1011000 1 10011011 101011 1100011 0 100111 100010010 1100011 11111

Color Harmonies of #58019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58019B

Black with #58019B

Text Example


Text Example

White with #58019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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