#382C62

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

Shades of Paris M #382C62

Tints of Paris M #382C62

Color information

#382C62 (or 0x382C62) is unknown color: approx Paris M. HEX triplet: 38, 2C and 62. RGB value is (56,44,98). Sum of RGB (Red+Green+Blue) = 56+44+98=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #382C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C62 is #C7D39D. Grayscale: #353535. Windows color (decimal): -13095838 or 6433848. OLE color: 6433848.

HSL color Cylindrical-coordinate representation of color #382C62: hue angle of 253.33º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #382C62 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB564498-
CMYK0.430.5500.62
HSL253.33º38.03%27.84%-
HSV(B)253.33º55.1%38.43%-
XYZ4.743.5211.99-
YUV53.74152.98129.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.28%
GREEN value IS 44 (17.58% from 255) = 22.22%
BLUE value IS 98 (38.67% from 255) = 49.49%
R=28.28%
G=22.22%
B=49.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5644980.430.5500.62253.3338.0327.84
Hex382C622B3703Efd261c
Octal705414253670763754634
Binary111000101100110001010101111011101111101111110110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382C62; }

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

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

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

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

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

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

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

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