#413067

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

Shades of Minsk #413067

Tints of Minsk #413067

Color information

#413067 (or 0x413067) is unknown color: approx Minsk. HEX triplet: 41, 30 and 67. RGB value is (65,48,103). Sum of RGB (Red+Green+Blue) = 65+48+103=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 103 - color contains mainly: blue. Hex color #413067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413067 is #BECF98. Grayscale: #3B3B3B. Windows color (decimal): -12504985 or 6762561. OLE color: 6762561.

HSL color Cylindrical-coordinate representation of color #413067: hue angle of 258.55º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #413067 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6548103-
CMYK0.370.5300.60
HSL258.55º36.42%29.61%-
HSV(B)258.55º53.4%40.39%-
XYZ5.694.2213.35-
YUV59.35152.63132.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.09%
GREEN value IS 48 (19.14% from 255) = 22.22%
BLUE value IS 103 (40.62% from 255) = 47.69%
R=30.09%
G=22.22%
B=47.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65481030.370.5300.60258.5536.4229.61
Hex413067253503C103241e
Octal1016014745650744034436
Binary10000011100001100111100101110101011110010000001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413067; }

 p { color: rgb(65,48,103); }

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

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

 a { background-color: rgb(65,48,103); }

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

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

 span { border-color: rgb(65,48,103); }

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