Html Css Color HEX #531099 Indigo

📋 copy color: '#531099'

red 83 ◦ green 16 ◦ blue 153

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

Shades of Indigo #531099

Tints of Indigo #531099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.35%

 BLUE value IS 153 (60.16% from 255) = 60.71%

R = 32.94%
G = 6.35%
B = 60.71%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#531099 (or 0x531099) is known color: Indigo. HEX triplet: 53, 10 and 99. RGB value is (83,16,153). Sum of RGB (Red+Green+Blue) = 83+16+153=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #531099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531099 is #ACEF66. Grayscale: #333333. Windows color (decimal): -11333479 or 10031187. OLE color: 10031187.

HSL color Cylindrical-coordinate representation of color #531099: hue angle of 269.34º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #531099 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 16 153 -
CMYK 0.46 0.90 0 0.4
HSL 269.34º 0.81% 0.33% -
HSV(B) 269.34º 0.9% 0.6% -
XYZ 9.5 4.51 30.51 -
YUV 51.65 185.2 150.36 -
System Red Green Blue C M Y K H S L
Decimal 83 16 153 0.46 0.90 0 0.4 269.34 0.81 0.33
Hex 53 10 99 2E 5A 0 28 10D 51 21
Octal 123 20 231 56 132 0 50 415 121 41
Binary 1010011 10000 10011001 101110 1011010 0 101000 100001101 1010001 100001

Color Harmonies of #531099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531099

Black with #531099

Text Example


Text Example

White with #531099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531099; }

 p { color: rgb(83,16,153); }

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

background-color css

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

 a { background-color: rgb(83,16,153); }

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

border-color css

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

 span { border-color: rgb(83,16,153); }

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