Html Css Color HEX #531078 Indigo

📋 copy color: '#531078'

red 83 ◦ green 16 ◦ blue 120

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

Shades of Indigo #531078

Tints of Indigo #531078

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.31%

 BLUE value IS 120 (47.27% from 255) = 54.79%

R = 37.9%
G = 7.31%
B = 54.79%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#531078 (or 0x531078) is known color: Indigo. HEX triplet: 53, 10 and 78. RGB value is (83,16,120). Sum of RGB (Red+Green+Blue) = 83+16+120=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #531078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531078 is #ACEF87. Grayscale: #2F2F2F. Windows color (decimal): -11333512 or 7868499. OLE color: 7868499.

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

Color convert

RGB 83 16 120 -
CMYK 0.31 0.87 0 0.53
HSL 278.65º 0.76% 0.27% -
HSV(B) 278.65º 0.87% 0.47% -
XYZ 7.14 3.57 18.08 -
YUV 47.89 168.7 153.04 -
System Red Green Blue C M Y K H S L
Decimal 83 16 120 0.31 0.87 0 0.53 278.65 0.76 0.27
Hex 53 10 78 1F 57 0 35 117 4C 1B
Octal 123 20 170 37 127 0 65 427 114 33
Binary 1010011 10000 1111000 11111 1010111 0 110101 100010111 1001100 11011

Color Harmonies of #531078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531078

Black with #531078

Text Example


Text Example

White with #531078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531078; }

 p { color: rgb(83,16,120); }

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

background-color css

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

 a { background-color: rgb(83,16,120); }

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

border-color css

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

 span { border-color: rgb(83,16,120); }

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