#413A68

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

Shades of Minsk #413A68

Tints of Minsk #413A68

Color information

#413A68 (or 0x413A68) is unknown color: approx Minsk. HEX triplet: 41, 3A and 68. RGB value is (65,58,104). Sum of RGB (Red+Green+Blue) = 65+58+104=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #413A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A68 is #BEC597. Grayscale: #414141. Windows color (decimal): -12502424 or 6830657. OLE color: 6830657.

HSL color Cylindrical-coordinate representation of color #413A68: hue angle of 249.13º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #413A68 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6558104-
CMYK0.380.4400.59
HSL249.13º28.4%31.76%-
HSV(B)249.13º44.23%40.78%-
XYZ6.195.1513.76-
YUV65.34149.82127.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.63%
GREEN value IS 58 (23.05% from 255) = 25.55%
BLUE value IS 104 (41.02% from 255) = 45.81%
R=28.63%
G=25.55%
B=45.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65581040.380.4400.59249.1328.431.76
Hex413A68262C03Bf91c20
Octal1017215046540733713440
Binary1000001111010110100010011010110001110111111100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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