#413069

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

Shades of Minsk #413069

Tints of Minsk #413069

Color information

#413069 (or 0x413069) is unknown color: approx Minsk. HEX triplet: 41, 30 and 69. RGB value is (65,48,105). Sum of RGB (Red+Green+Blue) = 65+48+105=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #413069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413069 is #BECF96. Grayscale: #3B3B3B. Windows color (decimal): -12504983 or 6893633. OLE color: 6893633.

HSL color Cylindrical-coordinate representation of color #413069: hue angle of 257.89º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #413069 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6548105-
CMYK0.380.5400.59
HSL257.89º37.25%30%-
HSV(B)257.89º54.29%41.18%-
XYZ5.794.2613.88-
YUV59.58153.63131.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.82%
GREEN value IS 48 (19.14% from 255) = 22.02%
BLUE value IS 105 (41.41% from 255) = 48.17%
R=29.82%
G=22.02%
B=48.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65481050.380.5400.59257.8937.2530
Hex413069263603B102251e
Octal1016015146660734024536
Binary10000011100001101001100110110110011101110000001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413069; }

 p { color: rgb(65,48,105); }

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

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

 a { background-color: rgb(65,48,105); }

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

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

 span { border-color: rgb(65,48,105); }

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