#413269

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

Shades of Minsk #413269

Tints of Minsk #413269

Color information

#413269 (or 0x413269) is unknown color: approx Minsk. HEX triplet: 41, 32 and 69. RGB value is (65,50,105). Sum of RGB (Red+Green+Blue) = 65+50+105=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #413269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413269 is #BECD96. Grayscale: #3C3C3C. Windows color (decimal): -12504471 or 6894145. OLE color: 6894145.

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

Color convert

RGB6550105-
CMYK0.380.5200.59
HSL256.36º35.48%30.39%-
HSV(B)256.36º52.38%41.18%-
XYZ5.874.4213.91-
YUV60.76152.97131.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.55%
GREEN value IS 50 (19.92% from 255) = 22.73%
BLUE value IS 105 (41.41% from 255) = 47.73%
R=29.55%
G=22.73%
B=47.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65501050.380.5200.59256.3635.4830.39
Hex413269263403B100231e
Octal1016215146640734004336
Binary10000011100101101001100110110100011101110000000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413269; }

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

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

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

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

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

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

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

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