#41306A

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

Shades of Minsk #41306A

Tints of Minsk #41306A

Color information

#41306A (or 0x41306A) is unknown color: approx Minsk. HEX triplet: 41, 30 and 6A. RGB value is (65,48,106). Sum of RGB (Red+Green+Blue) = 65+48+106=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #41306A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41306A is #BECF95. Grayscale: #3B3B3B. Windows color (decimal): -12504982 or 6959169. OLE color: 6959169.

HSL color Cylindrical-coordinate representation of color #41306A: hue angle of 257.59º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41306A is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6548106-
CMYK0.390.5500.58
HSL257.59º37.66%30.2%-
HSV(B)257.59º54.72%41.57%-
XYZ5.844.2814.15-
YUV59.69154.13131.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.68%
GREEN value IS 48 (19.14% from 255) = 21.92%
BLUE value IS 106 (41.80% from 255) = 48.40%
R=29.68%
G=21.92%
B=48.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65481060.390.5500.58257.5937.6630.2
Hex41306A273703A102261e
Octal1016015247670724024636
Binary10000011100001101010100111110111011101010000001010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41306A; }

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

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

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

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

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

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

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

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