Html Css Color HEX #392B71 Minsk

📋 copy color: '#392B71'

red 57 ◦ green 43 ◦ blue 113

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

Shades of Minsk #392B71

Tints of Minsk #392B71

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.19%

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

R = 26.76%
G = 20.19%
B = 53.05%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#392B71 (or 0x392B71) is known color: Minsk. HEX triplet: 39, 2B and 71. RGB value is (57,43,113). Sum of RGB (Red+Green+Blue) = 57+43+113=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #392B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392B71 is #C6D48E. Grayscale: #363636. Windows color (decimal): -13030543 or 7416633. OLE color: 7416633.

HSL color Cylindrical-coordinate representation of color #392B71: hue angle of 252º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #392B71 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 43 113 -
CMYK 0.50 0.62 0 0.56
HSL 252º 0.45% 0.31% -
HSV(B) 252º 0.62% 0.44% -
XYZ 5.53 3.79 16.06 -
YUV 55.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 57 43 113 0.50 0.62 0 0.56 252 0.45 0.31
Hex 39 2B 71 32 3E 0 38 FC 2D 1F
Octal 71 53 161 62 76 0 70 374 55 37
Binary 111001 101011 1110001 110010 111110 0 111000 11111100 101101 11111

Color Harmonies of #392B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392B71

Black with #392B71

Text Example


Text Example

White with #392B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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