Html Css Color HEX #382963 Paris M

📋 copy color: '#382963'

red 56 ◦ green 41 ◦ blue 99

#382963
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #382963

Tints of Paris M #382963

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 value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#382963 (or 0x382963) is known color: 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

RGB 56 41 99 -
CMYK 0.43 0.59 0 0.61
HSL 255.52º 0.41% 0.27% -
HSV(B) 255.52º 0.59% 0.39% -
XYZ 4.68 3.33 12.2 -
YUV 52.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 56 41 99 0.43 0.59 0 0.61 255.52 0.41 0.27
Hex 38 29 63 2B 3B 0 3D 100 29 1B
Octal 70 51 143 53 73 0 75 400 51 33
Binary 111000 101001 1100011 101011 111011 0 111101 100000000 101001 11011

Color Harmonies of #382963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382963

Black with #382963

Text Example


Text Example

White with #382963

Text Example


Text Example

HTML Codes & Css Web 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>