Html Css Color HEX #580091 Indigo

📋 copy color: '#580091'

red 88 ◦ green 0 ◦ blue 145

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

Shades of Indigo #580091

Tints of Indigo #580091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.77%
G = 0%
B = 62.23%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#580091 (or 0x580091) is known color: Indigo. HEX triplet: 58, 00 and 91. RGB value is (88,0,145). Sum of RGB (Red+Green+Blue) = 88+0+145=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 145 (57.03% from 255 or 62.23% from 233); Max value from RGB is 145 - color contains mainly: blue. Hex color #580091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580091 is #A7FF6E. Grayscale: #2A2A2A. Windows color (decimal): -11009903 or 9502808. OLE color: 9502808.

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

Color convert

RGB 88 0 145 -
CMYK 0.39 1 0 0.43
HSL 276.41º 1% 0.28% -
HSV(B) 276.41º 1% 0.57% -
XYZ 9.14 4.12 27.1 -
YUV 42.84 185.65 160.21 -
System Red Green Blue C M Y K H S L
Decimal 88 0 145 0.39 1 0 0.43 276.41 1 0.28
Hex 58 0 91 27 64 0 2B 114 64 1C
Octal 130 0 221 47 144 0 53 424 144 34
Binary 1011000 0 10010001 100111 1100100 0 101011 100010100 1100100 11100

Color Harmonies of #580091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580091

Black with #580091

Text Example


Text Example

White with #580091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580091; }

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

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

background-color css

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

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

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

border-color css

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

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

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