Html Css Color HEX #531484 Indigo

📋 copy color: '#531484'

red 83 ◦ green 20 ◦ blue 132

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

Shades of Indigo #531484

Tints of Indigo #531484

RGB

 RED value IS 83 (32.81% from 255) = 35.32%

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

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

R = 35.32%
G = 8.51%
B = 56.17%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#531484 (or 0x531484) is known color: Indigo. HEX triplet: 53, 14 and 84. RGB value is (83,20,132). Sum of RGB (Red+Green+Blue) = 83+20+132=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #531484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531484 is #ACEB7B. Grayscale: #333333. Windows color (decimal): -11332476 or 8655955. OLE color: 8655955.

HSL color Cylindrical-coordinate representation of color #531484: hue angle of 273.75º 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 #531484 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 20 132 -
CMYK 0.37 0.85 0 0.48
HSL 273.75º 0.74% 0.3% -
HSV(B) 273.75º 0.85% 0.52% -
XYZ 7.98 4.01 22.18 -
YUV 51.61 173.37 150.39 -
System Red Green Blue C M Y K H S L
Decimal 83 20 132 0.37 0.85 0 0.48 273.75 0.74 0.3
Hex 53 14 84 25 55 0 30 112 4A 1E
Octal 123 24 204 45 125 0 60 422 112 36
Binary 1010011 10100 10000100 100101 1010101 0 110000 100010010 1001010 11110

Color Harmonies of #531484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531484

Black with #531484

Text Example


Text Example

White with #531484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531484; }

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

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

background-color css

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

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

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

border-color css

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

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

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