#413273

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

Shades of Minsk #413273

Tints of Minsk #413273

Color information

#413273 (or 0x413273) is unknown color: approx Minsk. HEX triplet: 41, 32 and 73. RGB value is (65,50,115). Sum of RGB (Red+Green+Blue) = 65+50+115=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #413273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413273 is #BECD8C. Grayscale: #3D3D3D. Windows color (decimal): -12504461 or 7549505. OLE color: 7549505.

HSL color Cylindrical-coordinate representation of color #413273: hue angle of 253.85º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #413273 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6550115-
CMYK0.430.5700.55
HSL253.85º39.39%32.35%-
HSV(B)253.85º56.52%45.1%-
XYZ6.424.6416.78-
YUV61.9157.97130.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.26%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 115 (45.31% from 255) = 50%
R=28.26%
G=21.74%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65501150.430.5700.55253.8539.3932.35
Hex4132732B39037fe2720
Octal1016216353710673764740
Binary10000011100101110011101011111001011011111111110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413273; }

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

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

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

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

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

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

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

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