#382B62

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

Shades of Paris M #382B62

Tints of Paris M #382B62

Color information

#382B62 (or 0x382B62) is unknown color: approx Paris M. HEX triplet: 38, 2B and 62. RGB value is (56,43,98). Sum of RGB (Red+Green+Blue) = 56+43+98=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #382B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382B62 is #C7D49D. Grayscale: #343434. Windows color (decimal): -13096094 or 6433592. OLE color: 6433592.

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

Color convert

RGB564398-
CMYK0.430.5600.62
HSL254.18º39.01%27.65%-
HSV(B)254.18º56.12%38.43%-
XYZ4.73.4511.97-
YUV53.16153.31130.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 43 (17.19% from 255) = 21.83%
BLUE value IS 98 (38.67% from 255) = 49.75%
R=28.43%
G=21.83%
B=49.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5643980.430.5600.62254.1839.0127.65
Hex382B622B3803Efe271c
Octal705314253700763764734
Binary111000101011110001010101111100001111101111111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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