Html Css Color HEX #531695 Indigo

📋 copy color: '#531695'

red 83 ◦ green 22 ◦ blue 149

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

Shades of Indigo #531695

Tints of Indigo #531695

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.66%

 BLUE value IS 149 (58.59% from 255) = 58.66%

R = 32.68%
G = 8.66%
B = 58.66%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#531695 (or 0x531695) is known color: Indigo. HEX triplet: 53, 16 and 95. RGB value is (83,22,149). Sum of RGB (Red+Green+Blue) = 83+22+149=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #531695 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531695 is #ACE96A. Grayscale: #363636. Windows color (decimal): -11331947 or 9770579. OLE color: 9770579.

HSL color Cylindrical-coordinate representation of color #531695: hue angle of 268.82º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #531695 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 22 149 -
CMYK 0.44 0.85 0 0.42
HSL 268.82º 0.74% 0.34% -
HSV(B) 268.82º 0.85% 0.58% -
XYZ 9.28 4.58 28.83 -
YUV 54.72 181.21 148.17 -
System Red Green Blue C M Y K H S L
Decimal 83 22 149 0.44 0.85 0 0.42 268.82 0.74 0.34
Hex 53 16 95 2C 55 0 2A 10D 4A 22
Octal 123 26 225 54 125 0 52 415 112 42
Binary 1010011 10110 10010101 101100 1010101 0 101010 100001101 1001010 100010

Color Harmonies of #531695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531695

Black with #531695

Text Example


Text Example

White with #531695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531695; }

 p { color: rgb(83,22,149); }

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

background-color css

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

 a { background-color: rgb(83,22,149); }

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

border-color css

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

 span { border-color: rgb(83,22,149); }

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