#321279

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

Shades of Persian Indigo #321279

Tints of Persian Indigo #321279

Color information

#321279 (or 0x321279) is unknown color: approx Persian Indigo. HEX triplet: 32, 12 and 79. RGB value is (50,18,121). Sum of RGB (Red+Green+Blue) = 50+18+121=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 121 (47.66% from 255 or 64.02% from 189); Max value from RGB is 121 - color contains mainly: blue. Hex color #321279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321279 is #CDED86. Grayscale: #262626. Windows color (decimal): -13495687 or 7934514. OLE color: 7934514.

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

Color convert

RGB5018121-
CMYK0.590.8500.53
HSL258.64º74.1%27.25%-
HSV(B)258.64º85.12%47.45%-
XYZ4.982.4918.31-
YUV39.31174.1135.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.46%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 121 (47.66% from 255) = 64.02%
R=26.46%
G=9.52%
B=64.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50181210.590.8500.53258.6474.127.25
Hex3212793B550351034a1b
Octal62221717312506540311233
Binary11001010010111100111101110101010110101100000011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321279; }

 p { color: rgb(50,18,121); }

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

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

 a { background-color: rgb(50,18,121); }

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

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

 span { border-color: rgb(50,18,121); }

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