Html Css Color HEX #531896 Indigo

📋 copy color: '#531896'

red 83 ◦ green 24 ◦ blue 150

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

Shades of Indigo #531896

Tints of Indigo #531896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.34%

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

R = 32.3%
G = 9.34%
B = 58.37%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#531896 (or 0x531896) is known color: Indigo. HEX triplet: 53, 18 and 96. RGB value is (83,24,150). Sum of RGB (Red+Green+Blue) = 83+24+150=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #531896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531896 is #ACE769. Grayscale: #373737. Windows color (decimal): -11331434 or 9836627. OLE color: 9836627.

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

Color convert

RGB 83 24 150 -
CMYK 0.45 0.84 0 0.41
HSL 268.1º 0.72% 0.34% -
HSV(B) 268.1º 0.84% 0.59% -
XYZ 9.4 4.69 29.26 -
YUV 56.01 181.05 147.25 -
System Red Green Blue C M Y K H S L
Decimal 83 24 150 0.45 0.84 0 0.41 268.1 0.72 0.34
Hex 53 18 96 2D 54 0 29 10C 48 22
Octal 123 30 226 55 124 0 51 414 110 42
Binary 1010011 11000 10010110 101101 1010100 0 101001 100001100 1001000 100010

Color Harmonies of #531896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531896

Black with #531896

Text Example


Text Example

White with #531896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531896; }

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

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

background-color css

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

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

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

border-color css

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

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

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