#382865

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

Shades of Paris M #382865

Tints of Paris M #382865

Color information

#382865 (or 0x382865) is unknown color: approx Paris M. HEX triplet: 38, 28 and 65. RGB value is (56,40,101). Sum of RGB (Red+Green+Blue) = 56+40+101=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #382865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382865 is #C7D79A. Grayscale: #333333. Windows color (decimal): -13096859 or 6629432. OLE color: 6629432.

HSL color Cylindrical-coordinate representation of color #382865: hue angle of 255.74º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #382865 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5640101-
CMYK0.450.6000.60
HSL255.74º43.26%27.65%-
HSV(B)255.74º60.4%39.61%-
XYZ4.743.312.7-
YUV51.74155.8131.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 40 (16.02% from 255) = 20.30%
BLUE value IS 101 (39.84% from 255) = 51.27%
R=28.43%
G=20.30%
B=51.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56401010.450.6000.60255.7443.2627.65
Hex3828652D3C03C1002b1c
Octal705014555740744005334
Binary1110001010001100101101101111100011110010000000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382865; }

 p { color: rgb(56,40,101); }

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

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

 a { background-color: rgb(56,40,101); }

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

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

 span { border-color: rgb(56,40,101); }

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