#413663

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

Shades of Minsk #413663

Tints of Minsk #413663

Color information

#413663 (or 0x413663) is unknown color: approx Minsk. HEX triplet: 41, 36 and 63. RGB value is (65,54,99). Sum of RGB (Red+Green+Blue) = 65+54+99=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #413663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413663 is #BEC99C. Grayscale: #3E3E3E. Windows color (decimal): -12503453 or 6501953. OLE color: 6501953.

HSL color Cylindrical-coordinate representation of color #413663: hue angle of 254.67º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #413663 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB655499-
CMYK0.340.4500.61
HSL254.67º29.41%30%-
HSV(B)254.67º45.45%38.82%-
XYZ5.754.6612.4-
YUV62.42148.64129.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.82%
GREEN value IS 54 (21.48% from 255) = 24.77%
BLUE value IS 99 (39.06% from 255) = 45.41%
R=29.82%
G=24.77%
B=45.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6554990.340.4500.61254.6729.4130
Hex413663222D03Dff1d1e
Octal1016614342550753773536
Binary100000111011011000111000101011010111101111111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413663; }

 p { color: rgb(65,54,99); }

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

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

 a { background-color: rgb(65,54,99); }

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

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

 span { border-color: rgb(65,54,99); }

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