Html Css Color HEX #531492 Indigo

📋 copy color: '#531492'

red 83 ◦ green 20 ◦ blue 146

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

Shades of Indigo #531492

Tints of Indigo #531492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.03%

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

R = 33.33%
G = 8.03%
B = 58.63%

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

#531492 (or 0x531492) is known color: Indigo. HEX triplet: 53, 14 and 92. RGB value is (83,20,146). Sum of RGB (Red+Green+Blue) = 83+20+146=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #531492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531492 is #ACEB6D. Grayscale: #343434. Windows color (decimal): -11332462 or 9573459. OLE color: 9573459.

HSL color Cylindrical-coordinate representation of color #531492: hue angle of 270º degrees, saturation: 0.76, 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 #531492 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 20 146 -
CMYK 0.43 0.86 0 0.43
HSL 270º 0.76% 0.33% -
HSV(B) 270º 0.86% 0.57% -
XYZ 9.01 4.41 27.57 -
YUV 53.2 180.37 149.25 -
System Red Green Blue C M Y K H S L
Decimal 83 20 146 0.43 0.86 0 0.43 270 0.76 0.33
Hex 53 14 92 2B 56 0 2B 10E 4C 21
Octal 123 24 222 53 126 0 53 416 114 41
Binary 1010011 10100 10010010 101011 1010110 0 101011 100001110 1001100 100001

Color Harmonies of #531492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531492

Black with #531492

Text Example


Text Example

White with #531492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531492; }

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

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

background-color css

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

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

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

border-color css

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

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

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