#413A6E

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

Shades of Minsk #413A6E

Tints of Minsk #413A6E

Color information

#413A6E (or 0x413A6E) is unknown color: approx Minsk. HEX triplet: 41, 3A and 6E. RGB value is (65,58,110). Sum of RGB (Red+Green+Blue) = 65+58+110=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #413A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A6E is #BEC591. Grayscale: #414141. Windows color (decimal): -12502418 or 7223873. OLE color: 7223873.

HSL color Cylindrical-coordinate representation of color #413A6E: hue angle of 248.08º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #413A6E is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6558110-
CMYK0.410.4700.57
HSL248.08º30.95%32.94%-
HSV(B)248.08º47.27%43.14%-
XYZ6.515.2815.43-
YUV66.02152.82127.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 58 (23.05% from 255) = 24.89%
BLUE value IS 110 (43.36% from 255) = 47.21%
R=27.90%
G=24.89%
B=47.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65581100.410.4700.57248.0830.9532.94
Hex413A6E292F039f81f21
Octal1017215651570713703741
Binary1000001111010110111010100110111101110011111100011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413A6E; }

 p { color: rgb(65,58,110); }

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

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

 a { background-color: rgb(65,58,110); }

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

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

 span { border-color: rgb(65,58,110); }

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