Html Css Color HEX #531599 Indigo

📋 copy color: '#531599'

red 83 ◦ green 21 ◦ blue 153

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

Shades of Indigo #531599

Tints of Indigo #531599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 59.53%

R = 32.3%
G = 8.17%
B = 59.53%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#531599 (or 0x531599) is known color: Indigo. HEX triplet: 53, 15 and 99. RGB value is (83,21,153). Sum of RGB (Red+Green+Blue) = 83+21+153=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #531599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531599 is #ACEA66. Grayscale: #363636. Windows color (decimal): -11332199 or 10032467. OLE color: 10032467.

HSL color Cylindrical-coordinate representation of color #531599: hue angle of 268.18º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #531599 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 21 153 -
CMYK 0.46 0.86 0 0.4
HSL 268.18º 0.76% 0.34% -
HSV(B) 268.18º 0.86% 0.6% -
XYZ 9.59 4.68 30.53 -
YUV 54.59 183.54 148.27 -
System Red Green Blue C M Y K H S L
Decimal 83 21 153 0.46 0.86 0 0.4 268.18 0.76 0.34
Hex 53 15 99 2E 56 0 28 10C 4C 22
Octal 123 25 231 56 126 0 50 414 114 42
Binary 1010011 10101 10011001 101110 1010110 0 101000 100001100 1001100 100010

Color Harmonies of #531599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531599

Black with #531599

Text Example


Text Example

White with #531599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531599; }

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

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

background-color css

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

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

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

border-color css

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

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

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