Html Css Color HEX #3C316F Minsk

📋 copy color: '#3C316F'

red 60 ◦ green 49 ◦ blue 111

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

Shades of Minsk #3C316F

Tints of Minsk #3C316F

RGB

 RED value IS 60 (23.83% from 255) = 27.27%

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

 BLUE value IS 111 (43.75% from 255) = 50.45%

R = 27.27%
G = 22.27%
B = 50.45%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C316F (or 0x3C316F) is known color: Minsk. HEX triplet: 3C, 31 and 6F. RGB value is (60,49,111). Sum of RGB (Red+Green+Blue) = 60+49+111=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C316F is #C3CE90. Grayscale: #3B3B3B. Windows color (decimal): -12832401 or 7287100. OLE color: 7287100.

HSL color Cylindrical-coordinate representation of color #3C316F: hue angle of 250.65º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C316F is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 49 111 -
CMYK 0.46 0.56 0 0.56
HSL 250.65º 0.39% 0.31% -
HSV(B) 250.65º 0.56% 0.44% -
XYZ 5.83 4.3 15.56 -
YUV 59.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 60 49 111 0.46 0.56 0 0.56 250.65 0.39 0.31
Hex 3C 31 6F 2E 38 0 38 FB 27 1F
Octal 74 61 157 56 70 0 70 373 47 37
Binary 111100 110001 1101111 101110 111000 0 111000 11111011 100111 11111

Color Harmonies of #3C316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C316F

Black with #3C316F

Text Example


Text Example

White with #3C316F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,49,111); }

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

background-color css

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

 a { background-color: rgb(60,49,111); }

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

border-color css

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

 span { border-color: rgb(60,49,111); }

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