#382C7A

Color #382C7A Minsk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Minsk #382C7A

Tints of Minsk #382C7A

Color information

#382C7A (or 0x382C7A) is unknown color: approx Minsk. HEX triplet: 38, 2C and 7A. RGB value is (56,44,122). Sum of RGB (Red+Green+Blue) = 56+44+122=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #382C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C7A is #C7D385. Grayscale: #383838. Windows color (decimal): -13095814 or 8006712. OLE color: 8006712.

HSL color Cylindrical-coordinate representation of color #382C7A: hue angle of 249.23º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #382C7A is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5644122-
CMYK0.540.6400.52
HSL249.23º46.99%32.55%-
HSV(B)249.23º63.93%47.84%-
XYZ6.044.0518.87-
YUV56.48164.98127.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.23%
GREEN value IS 44 (17.58% from 255) = 19.82%
BLUE value IS 122 (48.05% from 255) = 54.95%
R=25.23%
G=19.82%
B=54.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56441220.540.6400.52249.2346.9932.55
Hex382C7A3640034f92f21
Octal7054172661000643715741
Binary11100010110011110101101101000000011010011111001101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382C7A; }

 p { color: rgb(56,44,122); }

 H1.HeaderClassName
 {
   color: #382C7A;
 }
 .AnyTagClassName
 {
   color: #382C7A;
 }
</style>
background-color css

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

 a { background-color: rgb(56,44,122); }

 div.DivClassName
 {
   background-color: #382C7A;
 }
 .BgClassName
 {
   background-color: #382C7A;
 }
</style>
border-color css

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

 span { border-color: rgb(56,44,122); }

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