Html Css Color HEX #531592 Indigo

📋 copy color: '#531592'

red 83 ◦ green 21 ◦ blue 146

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

Shades of Indigo #531592

Tints of Indigo #531592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.4%

R = 33.2%
G = 8.4%
B = 58.4%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#531592 (or 0x531592) is known color: Indigo. HEX triplet: 53, 15 and 92. RGB value is (83,21,146). Sum of RGB (Red+Green+Blue) = 83+21+146=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #531592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531592 is #ACEA6D. Grayscale: #353535. Windows color (decimal): -11332206 or 9573715. OLE color: 9573715.

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

Color convert

RGB 83 21 146 -
CMYK 0.43 0.86 0 0.43
HSL 269.76º 0.75% 0.33% -
HSV(B) 269.76º 0.86% 0.57% -
XYZ 9.02 4.45 27.58 -
YUV 53.79 180.04 148.84 -
System Red Green Blue C M Y K H S L
Decimal 83 21 146 0.43 0.86 0 0.43 269.76 0.75 0.33
Hex 53 15 92 2B 56 0 2B 10E 4B 21
Octal 123 25 222 53 126 0 53 416 113 41
Binary 1010011 10101 10010010 101011 1010110 0 101011 100001110 1001011 100001

Color Harmonies of #531592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531592

Black with #531592

Text Example


Text Example

White with #531592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531592; }

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

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

background-color css

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

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

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

border-color css

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

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

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