Html Css Color HEX #531278 Indigo

📋 copy color: '#531278'

red 83 ◦ green 18 ◦ blue 120

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

Shades of Indigo #531278

Tints of Indigo #531278

RGB

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

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

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

R = 37.56%
G = 8.14%
B = 54.3%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#531278 (or 0x531278) is known color: Indigo. HEX triplet: 53, 12 and 78. RGB value is (83,18,120). Sum of RGB (Red+Green+Blue) = 83+18+120=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #531278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531278 is #ACED87. Grayscale: #303030. Windows color (decimal): -11333000 or 7869011. OLE color: 7869011.

HSL color Cylindrical-coordinate representation of color #531278: hue angle of 278.24º 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 #531278 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 18 120 -
CMYK 0.31 0.85 0 0.53
HSL 278.24º 0.74% 0.27% -
HSV(B) 278.24º 0.85% 0.47% -
XYZ 7.17 3.63 18.09 -
YUV 49.06 168.03 152.21 -
System Red Green Blue C M Y K H S L
Decimal 83 18 120 0.31 0.85 0 0.53 278.24 0.74 0.27
Hex 53 12 78 1F 55 0 35 116 4A 1B
Octal 123 22 170 37 125 0 65 426 112 33
Binary 1010011 10010 1111000 11111 1010101 0 110101 100010110 1001010 11011

Color Harmonies of #531278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531278

Black with #531278

Text Example


Text Example

White with #531278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531278; }

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

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

background-color css

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

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

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

border-color css

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

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

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