Html Css Color HEX #580191 Indigo

📋 copy color: '#580191'

red 88 ◦ green 1 ◦ blue 145

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

Shades of Indigo #580191

Tints of Indigo #580191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 61.97%

R = 37.61%
G = 0.43%
B = 61.97%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#580191 (or 0x580191) is known color: Indigo. HEX triplet: 58, 01 and 91. RGB value is (88,1,145). Sum of RGB (Red+Green+Blue) = 88+1+145=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 145 (57.03% from 255 or 61.97% from 234); Max value from RGB is 145 - color contains mainly: blue. Hex color #580191 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580191 is #A7FE6E. Grayscale: #2A2A2A. Windows color (decimal): -11009647 or 9503064. OLE color: 9503064.

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

Color convert

RGB 88 1 145 -
CMYK 0.39 0.99 0 0.43
HSL 276.25º 0.99% 0.29% -
HSV(B) 276.25º 0.99% 0.57% -
XYZ 9.15 4.14 27.11 -
YUV 43.43 185.32 159.79 -
System Red Green Blue C M Y K H S L
Decimal 88 1 145 0.39 0.99 0 0.43 276.25 0.99 0.29
Hex 58 1 91 27 63 0 2B 114 63 1D
Octal 130 1 221 47 143 0 53 424 143 35
Binary 1011000 1 10010001 100111 1100011 0 101011 100010100 1100011 11101

Color Harmonies of #580191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580191

Black with #580191

Text Example


Text Example

White with #580191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580191; }

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

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

background-color css

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

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

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

border-color css

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

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

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