Html Css Color HEX #531795 Indigo

📋 copy color: '#531795'

red 83 ◦ green 23 ◦ blue 149

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

Shades of Indigo #531795

Tints of Indigo #531795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.02%

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

R = 32.55%
G = 9.02%
B = 58.43%

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

#531795 (or 0x531795) is known color: Indigo. HEX triplet: 53, 17 and 95. RGB value is (83,23,149). Sum of RGB (Red+Green+Blue) = 83+23+149=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #531795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531795 is #ACE86A. Grayscale: #363636. Windows color (decimal): -11331691 or 9770835. OLE color: 9770835.

HSL color Cylindrical-coordinate representation of color #531795: hue angle of 268.57º degrees, saturation: 0.73, 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 #531795 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 23 149 -
CMYK 0.44 0.85 0 0.42
HSL 268.57º 0.73% 0.34% -
HSV(B) 268.57º 0.85% 0.58% -
XYZ 9.3 4.62 28.84 -
YUV 55.3 180.88 147.75 -
System Red Green Blue C M Y K H S L
Decimal 83 23 149 0.44 0.85 0 0.42 268.57 0.73 0.34
Hex 53 17 95 2C 55 0 2A 10D 49 22
Octal 123 27 225 54 125 0 52 415 111 42
Binary 1010011 10111 10010101 101100 1010101 0 101010 100001101 1001001 100010

Color Harmonies of #531795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531795

Black with #531795

Text Example


Text Example

White with #531795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531795; }

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

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

background-color css

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

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

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

border-color css

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

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

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