#382962

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

Shades of Paris M #382962

Tints of Paris M #382962

Color information

#382962 (or 0x382962) is unknown color: approx Paris M. HEX triplet: 38, 29 and 62. RGB value is (56,41,98). Sum of RGB (Red+Green+Blue) = 56+41+98=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #382962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382962 is #C7D69D. Grayscale: #333333. Windows color (decimal): -13096606 or 6433080. OLE color: 6433080.

HSL color Cylindrical-coordinate representation of color #382962: hue angle of 255.79º 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 #382962 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB564198-
CMYK0.430.5800.62
HSL255.79º41.01%27.25%-
HSV(B)255.79º58.16%38.43%-
XYZ4.633.3111.95-
YUV51.98153.97130.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.72%
GREEN value IS 41 (16.41% from 255) = 21.03%
BLUE value IS 98 (38.67% from 255) = 50.26%
R=28.72%
G=21.03%
B=50.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5641980.430.5800.62255.7941.0127.25
Hex3829622B3A03E100291b
Octal705114253720764005133
Binary1110001010011100010101011111010011111010000000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382962; }

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

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

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

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

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

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

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

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