Html Css Color HEX #392969 Minsk

📋 copy color: '#392969'

red 57 ◦ green 41 ◦ blue 105

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

Shades of Minsk #392969

Tints of Minsk #392969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 51.72%

R = 28.08%
G = 20.2%
B = 51.72%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#392969 (or 0x392969) is known color: Minsk. HEX triplet: 39, 29 and 69. RGB value is (57,41,105). Sum of RGB (Red+Green+Blue) = 57+41+105=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #392969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392969 is #C6D696. Grayscale: #343434. Windows color (decimal): -13031063 or 6891833. OLE color: 6891833.

HSL color Cylindrical-coordinate representation of color #392969: hue angle of 255º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #392969 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 41 105 -
CMYK 0.46 0.61 0 0.59
HSL 255º 0.44% 0.29% -
HSV(B) 255º 0.61% 0.41% -
XYZ 5.03 3.48 13.77 -
YUV 53.08 157.3 130.8 -
System Red Green Blue C M Y K H S L
Decimal 57 41 105 0.46 0.61 0 0.59 255 0.44 0.29
Hex 39 29 69 2E 3D 0 3B FF 2C 1D
Octal 71 51 151 56 75 0 73 377 54 35
Binary 111001 101001 1101001 101110 111101 0 111011 11111111 101100 11101

Color Harmonies of #392969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392969

Black with #392969

Text Example


Text Example

White with #392969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392969; }

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

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

background-color css

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

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

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

border-color css

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

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

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