#382871

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

Shades of Minsk #382871

Tints of Minsk #382871

Color information

#382871 (or 0x382871) is unknown color: approx Minsk. HEX triplet: 38, 28 and 71. RGB value is (56,40,113). Sum of RGB (Red+Green+Blue) = 56+40+113=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #382871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382871 is #C7D78E. Grayscale: #343434. Windows color (decimal): -13096847 or 7415864. OLE color: 7415864.

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

Color convert

RGB5640113-
CMYK0.500.6500.56
HSL253.15º47.71%30%-
HSV(B)253.15º64.6%44.31%-
XYZ5.373.5516.03-
YUV53.11161.8130.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.79%
GREEN value IS 40 (16.02% from 255) = 19.14%
BLUE value IS 113 (44.53% from 255) = 54.07%
R=26.79%
G=19.14%
B=54.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56401130.500.6500.56253.1547.7130
Hex3828713241038fd301e
Octal7050161621010703756036
Binary1110001010001110001110010100000101110001111110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382871; }

 p { color: rgb(56,40,113); }

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

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

 a { background-color: rgb(56,40,113); }

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

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

 span { border-color: rgb(56,40,113); }

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