#3F2C6A

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

Shades of Minsk #3F2C6A

Tints of Minsk #3F2C6A

Color information

#3F2C6A (or 0x3F2C6A) is unknown color: approx Minsk. HEX triplet: 3F, 2C and 6A. RGB value is (63,44,106). Sum of RGB (Red+Green+Blue) = 63+44+106=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 106 (41.80% from 255 or 49.77% from 213); Max value from RGB is 106 - color contains mainly: blue. Hex color #3F2C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2C6A is #C0D395. Grayscale: #383838. Windows color (decimal): -12637078 or 6958143. OLE color: 6958143.

HSL color Cylindrical-coordinate representation of color #3F2C6A: hue angle of 258.39º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F2C6A is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6344106-
CMYK0.410.5800.58
HSL258.39º41.33%29.41%-
HSV(B)258.39º58.49%41.57%-
XYZ5.553.914.1-
YUV56.75155.79132.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.58%
GREEN value IS 44 (17.58% from 255) = 20.66%
BLUE value IS 106 (41.80% from 255) = 49.77%
R=29.58%
G=20.66%
B=49.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63441060.410.5800.58258.3941.3329.41
Hex3F2C6A293A03A102291d
Octal775415251720724025135
Binary1111111011001101010101001111010011101010000001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F2C6A; }

 p { color: rgb(63,44,106); }

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

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

 a { background-color: rgb(63,44,106); }

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

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

 span { border-color: rgb(63,44,106); }

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