#382963

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

Shades of Paris M #382963

Tints of Paris M #382963

Color information

#382963 (or 0x382963) is unknown color: approx Paris M. HEX triplet: 38, 29 and 63. RGB value is (56,41,99). Sum of RGB (Red+Green+Blue) = 56+41+99=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #382963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382963 is #C7D69C. Grayscale: #333333. Windows color (decimal): -13096605 or 6498616. OLE color: 6498616.

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

Color convert

RGB564199-
CMYK0.430.5900.61
HSL255.52º41.43%27.45%-
HSV(B)255.52º58.59%38.82%-
XYZ4.683.3312.2-
YUV52.1154.47130.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 41 (16.41% from 255) = 20.92%
BLUE value IS 99 (39.06% from 255) = 50.51%
R=28.57%
G=20.92%
B=50.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5641990.430.5900.61255.5241.4327.45
Hex3829632B3B03D100291b
Octal705114353730754005133
Binary1110001010011100011101011111011011110110000000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382963; }

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

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

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

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

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

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

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

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