Html Css Color HEX #531295 Indigo

📋 copy color: '#531295'

red 83 ◦ green 18 ◦ blue 149

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

Shades of Indigo #531295

Tints of Indigo #531295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.2%

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

R = 33.2%
G = 7.2%
B = 59.6%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#531295 (or 0x531295) is known color: Indigo. HEX triplet: 53, 12 and 95. RGB value is (83,18,149). Sum of RGB (Red+Green+Blue) = 83+18+149=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #531295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531295 is #ACED6A. Grayscale: #333333. Windows color (decimal): -11332971 or 9769555. OLE color: 9769555.

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

Color convert

RGB 83 18 149 -
CMYK 0.44 0.88 0 0.42
HSL 269.77º 0.78% 0.33% -
HSV(B) 269.77º 0.88% 0.58% -
XYZ 9.21 4.44 28.81 -
YUV 52.37 182.53 149.85 -
System Red Green Blue C M Y K H S L
Decimal 83 18 149 0.44 0.88 0 0.42 269.77 0.78 0.33
Hex 53 12 95 2C 58 0 2A 10E 4E 21
Octal 123 22 225 54 130 0 52 416 116 41
Binary 1010011 10010 10010101 101100 1011000 0 101010 100001110 1001110 100001

Color Harmonies of #531295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531295

Black with #531295

Text Example


Text Example

White with #531295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531295; }

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

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

background-color css

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

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

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

border-color css

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

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

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