Html Css Color HEX #392973 Minsk

📋 copy color: '#392973'

red 57 ◦ green 41 ◦ blue 115

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

Shades of Minsk #392973

Tints of Minsk #392973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.25%

 BLUE value IS 115 (45.31% from 255) = 53.99%

R = 26.76%
G = 19.25%
B = 53.99%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#392973 (or 0x392973) is known color: Minsk. HEX triplet: 39, 29 and 73. RGB value is (57,41,115). Sum of RGB (Red+Green+Blue) = 57+41+115=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #392973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392973 is #C6D68C. Grayscale: #353535. Windows color (decimal): -13031053 or 7547193. OLE color: 7547193.

HSL color Cylindrical-coordinate representation of color #392973: hue angle of 252.97º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #392973 is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 41 115 -
CMYK 0.50 0.64 0 0.55
HSL 252.97º 0.47% 0.31% -
HSV(B) 252.97º 0.64% 0.45% -
XYZ 5.57 3.69 16.64 -
YUV 54.22 162.3 129.98 -
System Red Green Blue C M Y K H S L
Decimal 57 41 115 0.50 0.64 0 0.55 252.97 0.47 0.31
Hex 39 29 73 32 40 0 37 FD 2F 1F
Octal 71 51 163 62 100 0 67 375 57 37
Binary 111001 101001 1110011 110010 1000000 0 110111 11111101 101111 11111

Color Harmonies of #392973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392973

Black with #392973

Text Example


Text Example

White with #392973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392973; }

 p { color: rgb(57,41,115); }

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

background-color css

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

 a { background-color: rgb(57,41,115); }

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

border-color css

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

 span { border-color: rgb(57,41,115); }

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