Html Css Color HEX #581594 Indigo

📋 copy color: '#581594'

red 88 ◦ green 21 ◦ blue 148

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

Shades of Indigo #581594

Tints of Indigo #581594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.17%

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

R = 34.24%
G = 8.17%
B = 57.59%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#581594 (or 0x581594) is known color: Indigo. HEX triplet: 58, 15 and 94. RGB value is (88,21,148). Sum of RGB (Red+Green+Blue) = 88+21+148=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #581594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581594 is #A7EA6B. Grayscale: #373737. Windows color (decimal): -11004524 or 9704792. OLE color: 9704792.

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

Color convert

RGB 88 21 148 -
CMYK 0.41 0.86 0 0.42
HSL 271.65º 0.75% 0.33% -
HSV(B) 271.65º 0.86% 0.58% -
XYZ 9.64 4.75 28.43 -
YUV 55.51 180.2 151.17 -
System Red Green Blue C M Y K H S L
Decimal 88 21 148 0.41 0.86 0 0.42 271.65 0.75 0.33
Hex 58 15 94 29 56 0 2A 110 4B 21
Octal 130 25 224 51 126 0 52 420 113 41
Binary 1011000 10101 10010100 101001 1010110 0 101010 100010000 1001011 100001

Color Harmonies of #581594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581594

Black with #581594

Text Example


Text Example

White with #581594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581594; }

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

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

background-color css

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

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

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

border-color css

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

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

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