#332779

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

Shades of Minsk #332779

Tints of Minsk #332779

Color information

#332779 (or 0x332779) is unknown color: approx Minsk. HEX triplet: 33, 27 and 79. RGB value is (51,39,121). Sum of RGB (Red+Green+Blue) = 51+39+121=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #332779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332779 is #CCD886. Grayscale: #333333. Windows color (decimal): -13424775 or 7939891. OLE color: 7939891.

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

Color convert

RGB5139121-
CMYK0.580.6800.53
HSL248.78º51.25%31.37%-
HSV(B)248.78º67.77%47.45%-
XYZ5.543.5418.48-
YUV51.94166.98127.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.17%
GREEN value IS 39 (15.62% from 255) = 18.48%
BLUE value IS 121 (47.66% from 255) = 57.35%
R=24.17%
G=18.48%
B=57.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51391210.580.6800.53248.7851.2531.37
Hex3327793A44035f9331f
Octal6347171721040653716337
Binary1100111001111111001111010100010001101011111100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332779; }

 p { color: rgb(51,39,121); }

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

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

 a { background-color: rgb(51,39,121); }

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

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

 span { border-color: rgb(51,39,121); }

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