Html Css Color HEX #531095 Indigo

📋 copy color: '#531095'

red 83 ◦ green 16 ◦ blue 149

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

Shades of Indigo #531095

Tints of Indigo #531095

RGB

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

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

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

R = 33.47%
G = 6.45%
B = 60.08%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#531095 (or 0x531095) is known color: Indigo. HEX triplet: 53, 10 and 95. RGB value is (83,16,149). Sum of RGB (Red+Green+Blue) = 83+16+149=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #531095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531095 is #ACEF6A. Grayscale: #323232. Windows color (decimal): -11333483 or 9769043. OLE color: 9769043.

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

Color convert

RGB 83 16 149 -
CMYK 0.44 0.89 0 0.42
HSL 270.23º 0.81% 0.32% -
HSV(B) 270.23º 0.89% 0.58% -
XYZ 9.18 4.38 28.8 -
YUV 51.2 183.2 150.69 -
System Red Green Blue C M Y K H S L
Decimal 83 16 149 0.44 0.89 0 0.42 270.23 0.81 0.32
Hex 53 10 95 2C 59 0 2A 10E 51 20
Octal 123 20 225 54 131 0 52 416 121 40
Binary 1010011 10000 10010101 101100 1011001 0 101010 100001110 1010001 100000

Color Harmonies of #531095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531095

Black with #531095

Text Example


Text Example

White with #531095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531095; }

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

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

background-color css

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

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

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

border-color css

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

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

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