#521378

Color #521378 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #521378

Tints of Indigo #521378

Color information

#521378 (or 0x521378) is unknown color: approx Indigo. HEX triplet: 52, 13 and 78. RGB value is (82,19,120). Sum of RGB (Red+Green+Blue) = 82+19+120=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 19 (7.81% from 255 or 8.60% 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 #521378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521378 is #ADEC87. Grayscale: #313131. Windows color (decimal): -11398280 or 7869266. OLE color: 7869266.

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

Color convert

RGB8219120-
CMYK0.320.8400.53
HSL277.43º72.66%27.25%-
HSV(B)277.43º84.17%47.06%-
XYZ7.13.6218.09-
YUV49.35167.87151.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 19 (7.81% from 255) = 8.60%
BLUE value IS 120 (47.27% from 255) = 54.30%
R=37.10%
G=8.60%
B=54.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82191200.320.8400.53277.4372.6627.25
Hex5213782054035115491b
Octal122231704012406542511133
Binary101001010011111100010000010101000110101100010101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521378; }

 p { color: rgb(82,19,120); }

 H1.HeaderClassName
 {
   color: #521378;
 }
 .AnyTagClassName
 {
   color: #521378;
 }
</style>
background-color css

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

 a { background-color: rgb(82,19,120); }

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

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

 span { border-color: rgb(82,19,120); }

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