Html Css Color HEX #531877 Indigo

📋 copy color: '#531877'

red 83 ◦ green 24 ◦ blue 119

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

Shades of Indigo #531877

Tints of Indigo #531877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 52.65%

R = 36.73%
G = 10.62%
B = 52.65%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#531877 (or 0x531877) is known color: Indigo. HEX triplet: 53, 18 and 77. RGB value is (83,24,119). Sum of RGB (Red+Green+Blue) = 83+24+119=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #531877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531877 is #ACE788. Grayscale: #343434. Windows color (decimal): -11331465 or 7805011. OLE color: 7805011.

HSL color Cylindrical-coordinate representation of color #531877: hue angle of 277.26º degrees, saturation: 0.66, 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 #531877 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 24 119 -
CMYK 0.30 0.80 0 0.53
HSL 277.26º 0.66% 0.28% -
HSV(B) 277.26º 0.8% 0.47% -
XYZ 7.22 3.82 17.81 -
YUV 52.47 165.55 149.78 -
System Red Green Blue C M Y K H S L
Decimal 83 24 119 0.30 0.80 0 0.53 277.26 0.66 0.28
Hex 53 18 77 1E 50 0 35 115 42 1C
Octal 123 30 167 36 120 0 65 425 102 34
Binary 1010011 11000 1110111 11110 1010000 0 110101 100010101 1000010 11100

Color Harmonies of #531877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531877

Black with #531877

Text Example


Text Example

White with #531877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531877; }

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

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

background-color css

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

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

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

border-color css

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

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

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