Html Css Color HEX #581990 Indigo

📋 copy color: '#581990'

red 88 ◦ green 25 ◦ blue 144

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

Shades of Indigo #581990

Tints of Indigo #581990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.73%

 BLUE value IS 144 (56.64% from 255) = 56.03%

R = 34.24%
G = 9.73%
B = 56.03%

CMYK

 C value IS 0.39

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#581990 (or 0x581990) is known color: Indigo. HEX triplet: 58, 19 and 90. RGB value is (88,25,144). Sum of RGB (Red+Green+Blue) = 88+25+144=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #581990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581990 is #A7E66F. Grayscale: #383838. Windows color (decimal): -11003504 or 9443672. OLE color: 9443672.

HSL color Cylindrical-coordinate representation of color #581990: hue angle of 271.76º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581990 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 25 144 -
CMYK 0.39 0.83 0 0.44
HSL 271.76º 0.7% 0.33% -
HSV(B) 271.76º 0.83% 0.56% -
XYZ 9.41 4.78 26.81 -
YUV 57.4 176.87 149.82 -
System Red Green Blue C M Y K H S L
Decimal 88 25 144 0.39 0.83 0 0.44 271.76 0.7 0.33
Hex 58 19 90 27 53 0 2C 110 46 21
Octal 130 31 220 47 123 0 54 420 106 41
Binary 1011000 11001 10010000 100111 1010011 0 101100 100010000 1000110 100001

Color Harmonies of #581990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581990

Black with #581990

Text Example


Text Example

White with #581990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581990; }

 p { color: rgb(88,25,144); }

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

background-color css

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

 a { background-color: rgb(88,25,144); }

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

border-color css

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

 span { border-color: rgb(88,25,144); }

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