Html Css Color HEX #531277 Indigo

📋 copy color: '#531277'

red 83 ◦ green 18 ◦ blue 119

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

Shades of Indigo #531277

Tints of Indigo #531277

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.18%

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

R = 37.73%
G = 8.18%
B = 54.09%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#531277 (or 0x531277) is known color: Indigo. HEX triplet: 53, 12 and 77. RGB value is (83,18,119). Sum of RGB (Red+Green+Blue) = 83+18+119=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #531277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531277 is #ACED88. Grayscale: #303030. Windows color (decimal): -11333001 or 7803475. OLE color: 7803475.

HSL color Cylindrical-coordinate representation of color #531277: hue angle of 278.61º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #531277 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 18 119 -
CMYK 0.30 0.85 0 0.53
HSL 278.61º 0.74% 0.27% -
HSV(B) 278.61º 0.85% 0.47% -
XYZ 7.11 3.6 17.77 -
YUV 48.95 167.53 152.29 -
System Red Green Blue C M Y K H S L
Decimal 83 18 119 0.30 0.85 0 0.53 278.61 0.74 0.27
Hex 53 12 77 1E 55 0 35 117 4A 1B
Octal 123 22 167 36 125 0 65 427 112 33
Binary 1010011 10010 1110111 11110 1010101 0 110101 100010111 1001010 11011

Color Harmonies of #531277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531277

Black with #531277

Text Example


Text Example

White with #531277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531277; }

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

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

background-color css

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

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

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

border-color css

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

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

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