Html Css Color HEX #531595 Indigo

📋 copy color: '#531595'

red 83 ◦ green 21 ◦ blue 149

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

Shades of Indigo #531595

Tints of Indigo #531595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.3%

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

R = 32.81%
G = 8.3%
B = 58.89%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#531595 (or 0x531595) is known color: Indigo. HEX triplet: 53, 15 and 95. RGB value is (83,21,149). Sum of RGB (Red+Green+Blue) = 83+21+149=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #531595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531595 is #ACEA6A. Grayscale: #353535. Windows color (decimal): -11332203 or 9770323. OLE color: 9770323.

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

Color convert

RGB 83 21 149 -
CMYK 0.44 0.86 0 0.42
HSL 269.06º 0.75% 0.33% -
HSV(B) 269.06º 0.86% 0.58% -
XYZ 9.26 4.55 28.82 -
YUV 54.13 181.54 148.59 -
System Red Green Blue C M Y K H S L
Decimal 83 21 149 0.44 0.86 0 0.42 269.06 0.75 0.33
Hex 53 15 95 2C 56 0 2A 10D 4B 21
Octal 123 25 225 54 126 0 52 415 113 41
Binary 1010011 10101 10010101 101100 1010110 0 101010 100001101 1001011 100001

Color Harmonies of #531595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531595

Black with #531595

Text Example


Text Example

White with #531595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531595; }

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

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

background-color css

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

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

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

border-color css

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

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

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