#382964

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

Shades of Paris M #382964

Tints of Paris M #382964

Color information

#382964 (or 0x382964) is unknown color: approx Paris M. HEX triplet: 38, 29 and 64. RGB value is (56,41,100). Sum of RGB (Red+Green+Blue) = 56+41+100=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 100 (39.45% from 255 or 50.76% from 197); Max value from RGB is 100 - color contains mainly: blue. Hex color #382964 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382964 is #C7D69B. Grayscale: #333333. Windows color (decimal): -13096604 or 6564152. OLE color: 6564152.

HSL color Cylindrical-coordinate representation of color #382964: hue angle of 255.25º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #382964 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5641100-
CMYK0.440.5900.61
HSL255.25º41.84%27.65%-
HSV(B)255.25º59%39.22%-
XYZ4.723.3512.45-
YUV52.21154.97130.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 41 (16.41% from 255) = 20.81%
BLUE value IS 100 (39.45% from 255) = 50.76%
R=28.43%
G=20.81%
B=50.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal56411000.440.5900.61255.2541.8427.65
Hex3829642C3B03Dff2a1c
Octal705114454730753775234
Binary111000101001110010010110011101101111011111111110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382964; }

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

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

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

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

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

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

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

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