Html Css Color HEX #531195 Indigo

📋 copy color: '#531195'

red 83 ◦ green 17 ◦ blue 149

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

Shades of Indigo #531195

Tints of Indigo #531195

RGB

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

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

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

R = 33.33%
G = 6.83%
B = 59.84%

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

#531195 (or 0x531195) is known color: Indigo. HEX triplet: 53, 11 and 95. RGB value is (83,17,149). Sum of RGB (Red+Green+Blue) = 83+17+149=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #531195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531195 is #ACEE6A. Grayscale: #333333. Windows color (decimal): -11333227 or 9769299. OLE color: 9769299.

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

Color convert

RGB 83 17 149 -
CMYK 0.44 0.89 0 0.42
HSL 270º 0.8% 0.33% -
HSV(B) 270º 0.89% 0.58% -
XYZ 9.19 4.41 28.8 -
YUV 51.78 182.87 150.27 -
System Red Green Blue C M Y K H S L
Decimal 83 17 149 0.44 0.89 0 0.42 270 0.8 0.33
Hex 53 11 95 2C 59 0 2A 10E 50 21
Octal 123 21 225 54 131 0 52 416 120 41
Binary 1010011 10001 10010101 101100 1011001 0 101010 100001110 1010000 100001

Color Harmonies of #531195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531195

Black with #531195

Text Example


Text Example

White with #531195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531195; }

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

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

background-color css

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

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

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

border-color css

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

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

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