#413268

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

Shades of Minsk #413268

Tints of Minsk #413268

Color information

#413268 (or 0x413268) is unknown color: approx Minsk. HEX triplet: 41, 32 and 68. RGB value is (65,50,104). Sum of RGB (Red+Green+Blue) = 65+50+104=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #413268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413268 is #BECD97. Grayscale: #3C3C3C. Windows color (decimal): -12504472 or 6828609. OLE color: 6828609.

HSL color Cylindrical-coordinate representation of color #413268: hue angle of 256.67º 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 #413268 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6550104-
CMYK0.380.5200.59
HSL256.67º35.06%30.2%-
HSV(B)256.67º51.92%40.78%-
XYZ5.824.413.64-
YUV60.64152.47131.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.68%
GREEN value IS 50 (19.92% from 255) = 22.83%
BLUE value IS 104 (41.02% from 255) = 47.49%
R=29.68%
G=22.83%
B=47.49%

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
Decimal65501040.380.5200.59256.6735.0630.2
Hex413268263403B101231e
Octal1016215046640734014336
Binary10000011100101101000100110110100011101110000000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413268; }

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

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

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

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

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

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

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

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