Html Css Color HEX #382965 Paris M

📋 copy color: '#382965'

red 56 ◦ green 41 ◦ blue 101

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

Shades of Paris M #382965

Tints of Paris M #382965

RGB

 RED value IS 56 (22.27% from 255) = 28.28%

 GREEN value IS 41 (16.41% from 255) = 20.71%

 BLUE value IS 101 (39.84% from 255) = 51.01%

R = 28.28%
G = 20.71%
B = 51.01%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#382965 (or 0x382965) is known color: Paris M. HEX triplet: 38, 29 and 65. RGB value is (56,41,101). Sum of RGB (Red+Green+Blue) = 56+41+101=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #382965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382965 is #C7D69A. Grayscale: #343434. Windows color (decimal): -13096603 or 6629688. OLE color: 6629688.

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

Color convert

RGB 56 41 101 -
CMYK 0.45 0.59 0 0.60
HSL 255º 0.42% 0.28% -
HSV(B) 255º 0.59% 0.4% -
XYZ 4.77 3.37 12.71 -
YUV 52.33 155.47 130.62 -
System Red Green Blue C M Y K H S L
Decimal 56 41 101 0.45 0.59 0 0.60 255 0.42 0.28
Hex 38 29 65 2D 3B 0 3C FF 2A 1C
Octal 70 51 145 55 73 0 74 377 52 34
Binary 111000 101001 1100101 101101 111011 0 111100 11111111 101010 11100

Color Harmonies of #382965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382965

Black with #382965

Text Example


Text Example

White with #382965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382965; }

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

 H1.HeaderClassName
 {
   color: #382965;
 }
 .AnyTagClassName
 {
   color: #382965;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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