Html Css Color HEX #581994 Indigo

📋 copy color: '#581994'

red 88 ◦ green 25 ◦ blue 148

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

Shades of Indigo #581994

Tints of Indigo #581994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 56.7%

R = 33.72%
G = 9.58%
B = 56.7%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#581994 (or 0x581994) is known color: Indigo. HEX triplet: 58, 19 and 94. RGB value is (88,25,148). Sum of RGB (Red+Green+Blue) = 88+25+148=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #581994 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581994 is #A7E66B. Grayscale: #393939. Windows color (decimal): -11003500 or 9705816. OLE color: 9705816.

HSL color Cylindrical-coordinate representation of color #581994: hue angle of 270.73º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581994 is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 25 148 -
CMYK 0.41 0.83 0 0.42
HSL 270.73º 0.71% 0.34% -
HSV(B) 270.73º 0.83% 0.58% -
XYZ 9.72 4.91 28.45 -
YUV 57.86 178.87 149.5 -
System Red Green Blue C M Y K H S L
Decimal 88 25 148 0.41 0.83 0 0.42 270.73 0.71 0.34
Hex 58 19 94 29 53 0 2A 10F 47 22
Octal 130 31 224 51 123 0 52 417 107 42
Binary 1011000 11001 10010100 101001 1010011 0 101010 100001111 1000111 100010

Color Harmonies of #581994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581994

Black with #581994

Text Example


Text Example

White with #581994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581994; }

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

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

background-color css

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

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

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

border-color css

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

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

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