Html Css Color HEX #332660 Paris M

📋 copy color: '#332660'

red 51 ◦ green 38 ◦ blue 96

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

Shades of Paris M #332660

Tints of Paris M #332660

RGB

 RED value IS 51 (20.31% from 255) = 27.57%

 GREEN value IS 38 (15.23% from 255) = 20.54%

 BLUE value IS 96 (37.89% from 255) = 51.89%

R = 27.57%
G = 20.54%
B = 51.89%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#332660 (or 0x332660) is known color: Paris M. HEX triplet: 33, 26 and 60. RGB value is (51,38,96). Sum of RGB (Red+Green+Blue) = 51+38+96=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #332660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332660 is #CCD99F. Grayscale: #303030. Windows color (decimal): -13425056 or 6301235. OLE color: 6301235.

HSL color Cylindrical-coordinate representation of color #332660: hue angle of 253.45º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #332660 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 38 96 -
CMYK 0.47 0.60 0 0.62
HSL 253.45º 0.43% 0.26% -
HSV(B) 253.45º 0.6% 0.38% -
XYZ 4.17 2.93 11.41 -
YUV 48.5 154.81 129.78 -
System Red Green Blue C M Y K H S L
Decimal 51 38 96 0.47 0.60 0 0.62 253.45 0.43 0.26
Hex 33 26 60 2F 3C 0 3E FD 2B 1A
Octal 63 46 140 57 74 0 76 375 53 32
Binary 110011 100110 1100000 101111 111100 0 111110 11111101 101011 11010

Color Harmonies of #332660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332660

Black with #332660

Text Example


Text Example

White with #332660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332660; }

 p { color: rgb(51,38,96); }

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

background-color css

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

 a { background-color: rgb(51,38,96); }

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

border-color css

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

 span { border-color: rgb(51,38,96); }

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