Html Css Color HEX #393075 Minsk

📋 copy color: '#393075'

red 57 ◦ green 48 ◦ blue 117

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

Shades of Minsk #393075

Tints of Minsk #393075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52.7%

R = 25.68%
G = 21.62%
B = 52.7%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#393075 (or 0x393075) is known color: Minsk. HEX triplet: 39, 30 and 75. RGB value is (57,48,117). Sum of RGB (Red+Green+Blue) = 57+48+117=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #393075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393075 is #C6CF8A. Grayscale: #3A3A3A. Windows color (decimal): -13029259 or 7680057. OLE color: 7680057.

HSL color Cylindrical-coordinate representation of color #393075: hue angle of 247.83º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #393075 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 48 117 -
CMYK 0.51 0.59 0 0.54
HSL 247.83º 0.42% 0.32% -
HSV(B) 247.83º 0.59% 0.46% -
XYZ 5.96 4.27 17.34 -
YUV 58.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 57 48 117 0.51 0.59 0 0.54 247.83 0.42 0.32
Hex 39 30 75 33 3B 0 36 F8 2A 20
Octal 71 60 165 63 73 0 66 370 52 40
Binary 111001 110000 1110101 110011 111011 0 110110 11111000 101010 100000

Color Harmonies of #393075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393075

Black with #393075

Text Example


Text Example

White with #393075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393075; }

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

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

background-color css

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

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

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

border-color css

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

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

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