Html Css Color HEX #531281 Indigo

📋 copy color: '#531281'

red 83 ◦ green 18 ◦ blue 129

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

Shades of Indigo #531281

Tints of Indigo #531281

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.83%

 BLUE value IS 129 (50.78% from 255) = 56.09%

R = 36.09%
G = 7.83%
B = 56.09%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#531281 (or 0x531281) is known color: Indigo. HEX triplet: 53, 12 and 81. RGB value is (83,18,129). Sum of RGB (Red+Green+Blue) = 83+18+129=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 129 (50.78% from 255 or 56.09% from 230); Max value from RGB is 129 - color contains mainly: blue. Hex color #531281 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531281 is #ACED7E. Grayscale: #313131. Windows color (decimal): -11332991 or 8458835. OLE color: 8458835.

HSL color Cylindrical-coordinate representation of color #531281: hue angle of 275.14º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #531281 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 18 129 -
CMYK 0.36 0.86 0 0.49
HSL 275.14º 0.76% 0.29% -
HSV(B) 275.14º 0.86% 0.51% -
XYZ 7.75 3.86 21.11 -
YUV 50.09 172.53 151.47 -
System Red Green Blue C M Y K H S L
Decimal 83 18 129 0.36 0.86 0 0.49 275.14 0.76 0.29
Hex 53 12 81 24 56 0 31 113 4C 1D
Octal 123 22 201 44 126 0 61 423 114 35
Binary 1010011 10010 10000001 100100 1010110 0 110001 100010011 1001100 11101

Color Harmonies of #531281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531281

Black with #531281

Text Example


Text Example

White with #531281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531281; }

 p { color: rgb(83,18,129); }

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

background-color css

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

 a { background-color: rgb(83,18,129); }

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

border-color css

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

 span { border-color: rgb(83,18,129); }

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