Html Css Color HEX #3F316A Minsk

📋 copy color: '#3F316A'

red 63 ◦ green 49 ◦ blue 106

#3F316A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Minsk #3F316A

Tints of Minsk #3F316A

RGB

 RED value IS 63 (25% from 255) = 28.9%

 GREEN value IS 49 (19.53% from 255) = 22.48%

 BLUE value IS 106 (41.8% from 255) = 48.62%

R = 28.9%
G = 22.48%
B = 48.62%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3F316A (or 0x3F316A) is known color: Minsk. HEX triplet: 3F, 31 and 6A. RGB value is (63,49,106). Sum of RGB (Red+Green+Blue) = 63+49+106=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #3F316A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F316A is #C0CE95. Grayscale: #3B3B3B. Windows color (decimal): -12635798 or 6959423. OLE color: 6959423.

HSL color Cylindrical-coordinate representation of color #3F316A: hue angle of 254.74º 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 #3F316A is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 63 49 106 -
CMYK 0.41 0.54 0 0.58
HSL 254.74º 0.37% 0.3% -
HSV(B) 254.74º 0.54% 0.42% -
XYZ 5.75 4.29 14.16 -
YUV 59.68 154.14 130.37 -
System Red Green Blue C M Y K H S L
Decimal 63 49 106 0.41 0.54 0 0.58 254.74 0.37 0.3
Hex 3F 31 6A 29 36 0 3A FF 25 1E
Octal 77 61 152 51 66 0 72 377 45 36
Binary 111111 110001 1101010 101001 110110 0 111010 11111111 100101 11110

Color Harmonies of #3F316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F316A

Black with #3F316A

Text Example


Text Example

White with #3F316A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F316A;
 }
 .AnyTagClassName
 {
   color: #3F316A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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