Html Css Color HEX #531297 Indigo

📋 copy color: '#531297'

red 83 ◦ green 18 ◦ blue 151

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

Shades of Indigo #531297

Tints of Indigo #531297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 59.92%

R = 32.94%
G = 7.14%
B = 59.92%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#531297 (or 0x531297) is known color: Indigo. HEX triplet: 53, 12 and 97. RGB value is (83,18,151). Sum of RGB (Red+Green+Blue) = 83+18+151=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 151 (59.38% from 255 or 59.92% from 252); Max value from RGB is 151 - color contains mainly: blue. Hex color #531297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531297 is #ACED68. Grayscale: #343434. Windows color (decimal): -11332969 or 9900627. OLE color: 9900627.

HSL color Cylindrical-coordinate representation of color #531297: hue angle of 269.32º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531297 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 18 151 -
CMYK 0.45 0.88 0 0.41
HSL 269.32º 0.79% 0.33% -
HSV(B) 269.32º 0.88% 0.59% -
XYZ 9.37 4.51 29.65 -
YUV 52.6 183.53 149.69 -
System Red Green Blue C M Y K H S L
Decimal 83 18 151 0.45 0.88 0 0.41 269.32 0.79 0.33
Hex 53 12 97 2D 58 0 29 10D 4F 21
Octal 123 22 227 55 130 0 51 415 117 41
Binary 1010011 10010 10010111 101101 1011000 0 101001 100001101 1001111 100001

Color Harmonies of #531297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531297

Black with #531297

Text Example


Text Example

White with #531297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531297; }

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

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

background-color css

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

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

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

border-color css

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

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

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