Html Css Color HEX #581484 Indigo

📋 copy color: '#581484'

red 88 ◦ green 20 ◦ blue 132

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

Shades of Indigo #581484

Tints of Indigo #581484

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.33%

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

R = 36.67%
G = 8.33%
B = 55%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#581484 (or 0x581484) is known color: Indigo. HEX triplet: 58, 14 and 84. RGB value is (88,20,132). Sum of RGB (Red+Green+Blue) = 88+20+132=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #581484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581484 is #A7EB7B. Grayscale: #343434. Windows color (decimal): -11004796 or 8655960. OLE color: 8655960.

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

Color convert

RGB 88 20 132 -
CMYK 0.33 0.85 0 0.48
HSL 276.43º 0.74% 0.3% -
HSV(B) 276.43º 0.85% 0.52% -
XYZ 8.44 4.24 22.2 -
YUV 53.1 172.53 152.89 -
System Red Green Blue C M Y K H S L
Decimal 88 20 132 0.33 0.85 0 0.48 276.43 0.74 0.3
Hex 58 14 84 21 55 0 30 114 4A 1E
Octal 130 24 204 41 125 0 60 424 112 36
Binary 1011000 10100 10000100 100001 1010101 0 110000 100010100 1001010 11110

Color Harmonies of #581484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581484

Black with #581484

Text Example


Text Example

White with #581484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581484; }

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

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

background-color css

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

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

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

border-color css

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

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

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