Html Css Color HEX #531789 Indigo

📋 copy color: '#531789'

red 83 ◦ green 23 ◦ blue 137

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

Shades of Indigo #531789

Tints of Indigo #531789

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.47%

 BLUE value IS 137 (53.91% from 255) = 56.38%

R = 34.16%
G = 9.47%
B = 56.38%

CMYK

 C value IS 0.39

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#531789 (or 0x531789) is known color: Indigo. HEX triplet: 53, 17 and 89. RGB value is (83,23,137). Sum of RGB (Red+Green+Blue) = 83+23+137=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #531789 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531789 is #ACE876. Grayscale: #353535. Windows color (decimal): -11331703 or 8984403. OLE color: 8984403.

HSL color Cylindrical-coordinate representation of color #531789: hue angle of 271.58º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #531789 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 23 137 -
CMYK 0.39 0.83 0 0.46
HSL 271.58º 0.71% 0.31% -
HSV(B) 271.58º 0.83% 0.54% -
XYZ 8.39 4.26 24.05 -
YUV 53.94 174.88 148.73 -
System Red Green Blue C M Y K H S L
Decimal 83 23 137 0.39 0.83 0 0.46 271.58 0.71 0.31
Hex 53 17 89 27 53 0 2E 110 47 1F
Octal 123 27 211 47 123 0 56 420 107 37
Binary 1010011 10111 10001001 100111 1010011 0 101110 100010000 1000111 11111

Color Harmonies of #531789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531789

Black with #531789

Text Example


Text Example

White with #531789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531789; }

 p { color: rgb(83,23,137); }

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

background-color css

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

 a { background-color: rgb(83,23,137); }

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

border-color css

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

 span { border-color: rgb(83,23,137); }

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