#382976

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

Shades of Minsk #382976

Tints of Minsk #382976

Color information

#382976 (or 0x382976) is unknown color: approx Minsk. HEX triplet: 38, 29 and 76. RGB value is (56,41,118). Sum of RGB (Red+Green+Blue) = 56+41+118=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #382976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382976 is #C7D689. Grayscale: #353535. Windows color (decimal): -13096586 or 7743800. OLE color: 7743800.

HSL color Cylindrical-coordinate representation of color #382976: hue angle of 251.69º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #382976 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5641118-
CMYK0.530.6500.54
HSL251.69º48.43%31.18%-
HSV(B)251.69º65.25%46.27%-
XYZ5.693.7317.56-
YUV54.26163.97129.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 118 (46.48% from 255) = 54.88%
R=26.05%
G=19.07%
B=54.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56411180.530.6500.54251.6948.4331.18
Hex3829763541036fc301f
Octal7051166651010663746037
Binary1110001010011110110110101100000101101101111110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382976; }

 p { color: rgb(56,41,118); }

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

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

 a { background-color: rgb(56,41,118); }

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

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

 span { border-color: rgb(56,41,118); }

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