Html Css Color HEX #531196 Indigo

📋 copy color: '#531196'

red 83 ◦ green 17 ◦ blue 150

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

Shades of Indigo #531196

Tints of Indigo #531196

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.8%

 BLUE value IS 150 (58.98% from 255) = 60%

R = 33.2%
G = 6.8%
B = 60%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#531196 (or 0x531196) is known color: Indigo. HEX triplet: 53, 11 and 96. RGB value is (83,17,150). Sum of RGB (Red+Green+Blue) = 83+17+150=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #531196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531196 is #ACEE69. Grayscale: #333333. Windows color (decimal): -11333226 or 9834835. OLE color: 9834835.

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

Color convert

RGB 83 17 150 -
CMYK 0.45 0.89 0 0.41
HSL 269.77º 0.8% 0.33% -
HSV(B) 269.77º 0.89% 0.59% -
XYZ 9.27 4.44 29.22 -
YUV 51.9 183.37 150.19 -
System Red Green Blue C M Y K H S L
Decimal 83 17 150 0.45 0.89 0 0.41 269.77 0.8 0.33
Hex 53 11 96 2D 59 0 29 10E 50 21
Octal 123 21 226 55 131 0 51 416 120 41
Binary 1010011 10001 10010110 101101 1011001 0 101001 100001110 1010000 100001

Color Harmonies of #531196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531196

Black with #531196

Text Example


Text Example

White with #531196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531196; }

 p { color: rgb(83,17,150); }

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

background-color css

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

 a { background-color: rgb(83,17,150); }

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

border-color css

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

 span { border-color: rgb(83,17,150); }

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