#42316A

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

Shades of Minsk #42316A

Tints of Minsk #42316A

Color information

#42316A (or 0x42316A) is unknown color: approx Minsk. HEX triplet: 42, 31 and 6A. RGB value is (66,49,106). Sum of RGB (Red+Green+Blue) = 66+49+106=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 106 - color contains mainly: blue. Hex color #42316A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42316A is #BDCE95. Grayscale: #3C3C3C. Windows color (decimal): -12439190 or 6959426. OLE color: 6959426.

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

Color convert

RGB6649106-
CMYK0.380.5400.58
HSL257.89º36.77%30.39%-
HSV(B)257.89º53.77%41.57%-
XYZ5.954.414.17-
YUV60.58153.63131.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 106 (41.80% from 255) = 47.96%
R=29.86%
G=22.17%
B=47.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66491060.380.5400.58257.8936.7730.39
Hex42316A263603A102251e
Octal1026115246660724024536
Binary10000101100011101010100110110110011101010000001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,49,106); }

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

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

 a { background-color: rgb(66,49,106); }

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

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

 span { border-color: rgb(66,49,106); }

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