Html Css Color HEX #393071 Minsk

📋 copy color: '#393071'

red 57 ◦ green 48 ◦ blue 113

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

Shades of Minsk #393071

Tints of Minsk #393071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.02%

 BLUE value IS 113 (44.53% from 255) = 51.83%

R = 26.15%
G = 22.02%
B = 51.83%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#393071 (or 0x393071) is known color: Minsk. HEX triplet: 39, 30 and 71. RGB value is (57,48,113). Sum of RGB (Red+Green+Blue) = 57+48+113=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #393071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393071 is #C6CF8E. Grayscale: #393939. Windows color (decimal): -13029263 or 7417913. OLE color: 7417913.

HSL color Cylindrical-coordinate representation of color #393071: hue angle of 248.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #393071 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 48 113 -
CMYK 0.50 0.58 0 0.56
HSL 248.31º 0.4% 0.32% -
HSV(B) 248.31º 0.58% 0.44% -
XYZ 5.72 4.18 16.13 -
YUV 58.1 158.98 127.21 -
System Red Green Blue C M Y K H S L
Decimal 57 48 113 0.50 0.58 0 0.56 248.31 0.4 0.32
Hex 39 30 71 32 3A 0 38 F8 28 20
Octal 71 60 161 62 72 0 70 370 50 40
Binary 111001 110000 1110001 110010 111010 0 111000 11111000 101000 100000

Color Harmonies of #393071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393071

Black with #393071

Text Example


Text Example

White with #393071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393071; }

 p { color: rgb(57,48,113); }

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

background-color css

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

 a { background-color: rgb(57,48,113); }

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

border-color css

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

 span { border-color: rgb(57,48,113); }

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