#413272

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

Shades of Minsk #413272

Tints of Minsk #413272

Color information

#413272 (or 0x413272) is unknown color: approx Minsk. HEX triplet: 41, 32 and 72. RGB value is (65,50,114). Sum of RGB (Red+Green+Blue) = 65+50+114=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #413272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413272 is #BECD8D. Grayscale: #3D3D3D. Windows color (decimal): -12504462 or 7483969. OLE color: 7483969.

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

Color convert

RGB6550114-
CMYK0.430.5600.55
HSL254.06º39.02%32.16%-
HSV(B)254.06º56.14%44.71%-
XYZ6.364.6216.48-
YUV61.78157.47130.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.38%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 114 (44.92% from 255) = 49.78%
R=28.38%
G=21.83%
B=49.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65501140.430.5600.55254.0639.0232.16
Hex4132722B38037fe2720
Octal1016216253700673764740
Binary10000011100101110010101011111000011011111111110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413272; }

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

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

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

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

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

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

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

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