Html Css Color HEX #531879 Indigo

📋 copy color: '#531879'

red 83 ◦ green 24 ◦ blue 121

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

Shades of Indigo #531879

Tints of Indigo #531879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 53.07%

R = 36.4%
G = 10.53%
B = 53.07%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#531879 (or 0x531879) is known color: Indigo. HEX triplet: 53, 18 and 79. RGB value is (83,24,121). Sum of RGB (Red+Green+Blue) = 83+24+121=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #531879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531879 is #ACE786. Grayscale: #343434. Windows color (decimal): -11331463 or 7936083. OLE color: 7936083.

HSL color Cylindrical-coordinate representation of color #531879: hue angle of 276.49º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531879 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 24 121 -
CMYK 0.31 0.80 0 0.53
HSL 276.49º 0.67% 0.28% -
HSV(B) 276.49º 0.8% 0.47% -
XYZ 7.35 3.87 18.45 -
YUV 52.7 166.55 149.61 -
System Red Green Blue C M Y K H S L
Decimal 83 24 121 0.31 0.80 0 0.53 276.49 0.67 0.28
Hex 53 18 79 1F 50 0 35 114 43 1C
Octal 123 30 171 37 120 0 65 424 103 34
Binary 1010011 11000 1111001 11111 1010000 0 110101 100010100 1000011 11100

Color Harmonies of #531879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531879

Black with #531879

Text Example


Text Example

White with #531879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531879; }

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

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

background-color css

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

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

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

border-color css

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

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

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