Html Css Color HEX #581884 Indigo

📋 copy color: '#581884'

red 88 ◦ green 24 ◦ blue 132

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

Shades of Indigo #581884

Tints of Indigo #581884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.84%

 BLUE value IS 132 (51.95% from 255) = 54.1%

R = 36.07%
G = 9.84%
B = 54.1%

CMYK

 C value IS 0.33

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#581884 (or 0x581884) is known color: Indigo. HEX triplet: 58, 18 and 84. RGB value is (88,24,132). Sum of RGB (Red+Green+Blue) = 88+24+132=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #581884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581884 is #A7E77B. Grayscale: #373737. Windows color (decimal): -11003772 or 8656984. OLE color: 8656984.

HSL color Cylindrical-coordinate representation of color #581884: hue angle of 275.56º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581884 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 24 132 -
CMYK 0.33 0.82 0 0.48
HSL 275.56º 0.69% 0.31% -
HSV(B) 275.56º 0.82% 0.52% -
XYZ 8.52 4.39 22.23 -
YUV 55.45 171.2 151.22 -
System Red Green Blue C M Y K H S L
Decimal 88 24 132 0.33 0.82 0 0.48 275.56 0.69 0.31
Hex 58 18 84 21 52 0 30 114 45 1F
Octal 130 30 204 41 122 0 60 424 105 37
Binary 1011000 11000 10000100 100001 1010010 0 110000 100010100 1000101 11111

Color Harmonies of #581884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581884

Black with #581884

Text Example


Text Example

White with #581884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581884; }

 p { color: rgb(88,24,132); }

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

background-color css

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

 a { background-color: rgb(88,24,132); }

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

border-color css

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

 span { border-color: rgb(88,24,132); }

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