#382961

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

Shades of Paris M #382961

Tints of Paris M #382961

Color information

#382961 (or 0x382961) is unknown color: approx Paris M. HEX triplet: 38, 29 and 61. RGB value is (56,41,97). Sum of RGB (Red+Green+Blue) = 56+41+97=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #382961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382961 is #C7D69E. Grayscale: #333333. Windows color (decimal): -13096607 or 6367544. OLE color: 6367544.

HSL color Cylindrical-coordinate representation of color #382961: hue angle of 256.07º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #382961 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB564197-
CMYK0.420.5800.62
HSL256.07º40.58%27.06%-
HSV(B)256.07º57.73%38.04%-
XYZ4.583.2911.7-
YUV51.87153.47130.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.87%
GREEN value IS 41 (16.41% from 255) = 21.13%
BLUE value IS 97 (38.28% from 255) = 50%
R=28.87%
G=21.13%
B=50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5641970.420.5800.62256.0740.5827.06
Hex3829612A3A03E100291b
Octal705114152720764005133
Binary1110001010011100001101010111010011111010000000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382961; }

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

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

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

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

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

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

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

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