#413366

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

Shades of Minsk #413366

Tints of Minsk #413366

Color information

#413366 (or 0x413366) is unknown color: approx Minsk. HEX triplet: 41, 33 and 66. RGB value is (65,51,102). Sum of RGB (Red+Green+Blue) = 65+51+102=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #413366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413366 is #BECC99. Grayscale: #3C3C3C. Windows color (decimal): -12504218 or 6697793. OLE color: 6697793.

HSL color Cylindrical-coordinate representation of color #413366: hue angle of 256.47º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #413366 is Cyan = 0.36, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6551102-
CMYK0.360.500.6
HSL256.47º33.33%30%-
HSV(B)256.47º50%40%-
XYZ5.764.4513.13-
YUV61151.14130.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.82%
GREEN value IS 51 (20.31% from 255) = 23.39%
BLUE value IS 102 (40.23% from 255) = 46.79%
R=29.82%
G=23.39%
B=46.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal65511020.360.500.6256.4733.3330
Hex413366243203C100211e
Octal1016314644620744004136
Binary10000011100111100110100100110010011110010000000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413366; }

 p { color: rgb(65,51,102); }

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

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

 a { background-color: rgb(65,51,102); }

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

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

 span { border-color: rgb(65,51,102); }

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