#413A69

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

Shades of Minsk #413A69

Tints of Minsk #413A69

Color information

#413A69 (or 0x413A69) is unknown color: approx Minsk. HEX triplet: 41, 3A and 69. RGB value is (65,58,105). Sum of RGB (Red+Green+Blue) = 65+58+105=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #413A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A69 is #BEC596. Grayscale: #414141. Windows color (decimal): -12502423 or 6896193. OLE color: 6896193.

HSL color Cylindrical-coordinate representation of color #413A69: hue angle of 248.94º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #413A69 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6558105-
CMYK0.380.4500.59
HSL248.94º28.83%31.96%-
HSV(B)248.94º44.76%41.18%-
XYZ6.245.1714.03-
YUV65.45150.32127.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.51%
GREEN value IS 58 (23.05% from 255) = 25.44%
BLUE value IS 105 (41.41% from 255) = 46.05%
R=28.51%
G=25.44%
B=46.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65581050.380.4500.59248.9428.8331.96
Hex413A69262D03Bf91d20
Octal1017215146550733713540
Binary1000001111010110100110011010110101110111111100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413A69; }

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

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

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

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

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

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

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

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