#413270

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

Shades of Minsk #413270

Tints of Minsk #413270

Color information

#413270 (or 0x413270) is unknown color: approx Minsk. HEX triplet: 41, 32 and 70. RGB value is (65,50,112). Sum of RGB (Red+Green+Blue) = 65+50+112=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #413270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413270 is #BECD8F. Grayscale: #3D3D3D. Windows color (decimal): -12504464 or 7352897. OLE color: 7352897.

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

Color convert

RGB6550112-
CMYK0.420.5500.56
HSL254.52º38.27%31.76%-
HSV(B)254.52º55.36%43.92%-
XYZ6.254.5715.88-
YUV61.55156.47130.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.63%
GREEN value IS 50 (19.92% from 255) = 22.03%
BLUE value IS 112 (44.14% from 255) = 49.34%
R=28.63%
G=22.03%
B=49.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65501120.420.5500.56254.5238.2731.76
Hex4132702A37038ff2620
Octal1016216052670703774640
Binary10000011100101110000101010110111011100011111111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413270; }

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

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

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

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

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

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

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

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