Html Css Color HEX #39276D Minsk

📋 copy color: '#39276D'

red 57 ◦ green 39 ◦ blue 109

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

Shades of Minsk #39276D

Tints of Minsk #39276D

RGB

 RED value IS 57 (22.66% from 255) = 27.8%

 GREEN value IS 39 (15.63% from 255) = 19.02%

 BLUE value IS 109 (42.97% from 255) = 53.17%

R = 27.8%
G = 19.02%
B = 53.17%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#39276D (or 0x39276D) is known color: Minsk. HEX triplet: 39, 27 and 6D. RGB value is (57,39,109). Sum of RGB (Red+Green+Blue) = 57+39+109=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #39276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39276D is #C6D892. Grayscale: #343434. Windows color (decimal): -13031571 or 7153465. OLE color: 7153465.

HSL color Cylindrical-coordinate representation of color #39276D: hue angle of 255.43º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39276D is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 39 109 -
CMYK 0.48 0.64 0 0.57
HSL 255.43º 0.47% 0.29% -
HSV(B) 255.43º 0.64% 0.43% -
XYZ 5.17 3.43 14.86 -
YUV 52.36 159.96 131.31 -
System Red Green Blue C M Y K H S L
Decimal 57 39 109 0.48 0.64 0 0.57 255.43 0.47 0.29
Hex 39 27 6D 30 40 0 39 FF 2F 1D
Octal 71 47 155 60 100 0 71 377 57 35
Binary 111001 100111 1101101 110000 1000000 0 111001 11111111 101111 11101

Color Harmonies of #39276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39276D

Black with #39276D

Text Example


Text Example

White with #39276D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39276D; }

 p { color: rgb(57,39,109); }

 H1.HeaderClassName
 {
   color: #39276D;
 }
 .AnyTagClassName
 {
   color: #39276D;
 }
</style>

background-color css

<style>
 a { background-color: #39276D; }

 a { background-color: rgb(57,39,109); }

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

border-color css

<style>
 span { border-color: #39276D; }

 span { border-color: rgb(57,39,109); }

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