#413569

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

Shades of Minsk #413569

Tints of Minsk #413569

Color information

#413569 (or 0x413569) is unknown color: approx Minsk. HEX triplet: 41, 35 and 69. RGB value is (65,53,105). Sum of RGB (Red+Green+Blue) = 65+53+105=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #413569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413569 is #BECA96. Grayscale: #3E3E3E. Windows color (decimal): -12503703 or 6894913. OLE color: 6894913.

HSL color Cylindrical-coordinate representation of color #413569: hue angle of 253.85º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #413569 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6553105-
CMYK0.380.5000.59
HSL253.85º32.91%30.98%-
HSV(B)253.85º49.52%41.18%-
XYZ64.6913.95-
YUV62.52151.98129.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.15%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 105 (41.41% from 255) = 47.09%
R=29.15%
G=23.77%
B=47.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65531050.380.5000.59253.8532.9130.98
Hex413569263203Bfe211f
Octal1016515146620733764137
Binary1000001110101110100110011011001001110111111111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413569; }

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

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

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

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

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

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

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

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