Html Css Color HEX #531889 Indigo

📋 copy color: '#531889'

red 83 ◦ green 24 ◦ blue 137

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

Shades of Indigo #531889

Tints of Indigo #531889

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.84%

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

R = 34.02%
G = 9.84%
B = 56.15%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#531889 (or 0x531889) is known color: Indigo. HEX triplet: 53, 18 and 89. RGB value is (83,24,137). Sum of RGB (Red+Green+Blue) = 83+24+137=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #531889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531889 is #ACE776. Grayscale: #363636. Windows color (decimal): -11331447 or 8984659. OLE color: 8984659.

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

Color convert

RGB 83 24 137 -
CMYK 0.39 0.82 0 0.46
HSL 271.33º 0.7% 0.32% -
HSV(B) 271.33º 0.82% 0.54% -
XYZ 8.41 4.3 24.05 -
YUV 54.52 174.55 148.31 -
System Red Green Blue C M Y K H S L
Decimal 83 24 137 0.39 0.82 0 0.46 271.33 0.7 0.32
Hex 53 18 89 27 52 0 2E 10F 46 20
Octal 123 30 211 47 122 0 56 417 106 40
Binary 1010011 11000 10001001 100111 1010010 0 101110 100001111 1000110 100000

Color Harmonies of #531889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531889

Black with #531889

Text Example


Text Example

White with #531889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531889; }

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

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

background-color css

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

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

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

border-color css

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

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

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