Html Css Color HEX #531384 Indigo

📋 copy color: '#531384'

red 83 ◦ green 19 ◦ blue 132

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

Shades of Indigo #531384

Tints of Indigo #531384

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.12%

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

R = 35.47%
G = 8.12%
B = 56.41%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#531384 (or 0x531384) is known color: Indigo. HEX triplet: 53, 13 and 84. RGB value is (83,19,132). Sum of RGB (Red+Green+Blue) = 83+19+132=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #531384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531384 is #ACEC7B. Grayscale: #323232. Windows color (decimal): -11332732 or 8655699. OLE color: 8655699.

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

Color convert

RGB 83 19 132 -
CMYK 0.37 0.86 0 0.48
HSL 273.98º 0.75% 0.3% -
HSV(B) 273.98º 0.86% 0.52% -
XYZ 7.97 3.97 22.18 -
YUV 51.02 173.7 150.81 -
System Red Green Blue C M Y K H S L
Decimal 83 19 132 0.37 0.86 0 0.48 273.98 0.75 0.3
Hex 53 13 84 25 56 0 30 112 4B 1E
Octal 123 23 204 45 126 0 60 422 113 36
Binary 1010011 10011 10000100 100101 1010110 0 110000 100010010 1001011 11110

Color Harmonies of #531384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531384

Black with #531384

Text Example


Text Example

White with #531384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531384; }

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

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

background-color css

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

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

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

border-color css

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

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

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