Html Css Color HEX #332675 Paris M

📋 copy color: '#332675'

red 51 ◦ green 38 ◦ blue 117

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

Shades of Paris M #332675

Tints of Paris M #332675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.8%

R = 24.76%
G = 18.45%
B = 56.8%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#332675 (or 0x332675) is known color: Paris M. HEX triplet: 33, 26 and 75. RGB value is (51,38,117). Sum of RGB (Red+Green+Blue) = 51+38+117=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #332675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332675 is #CCD98A. Grayscale: #323232. Windows color (decimal): -13425035 or 7677491. OLE color: 7677491.

HSL color Cylindrical-coordinate representation of color #332675: hue angle of 249.87º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #332675 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 38 117 -
CMYK 0.56 0.68 0 0.54
HSL 249.87º 0.51% 0.3% -
HSV(B) 249.87º 0.68% 0.46% -
XYZ 5.27 3.37 17.2 -
YUV 50.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 51 38 117 0.56 0.68 0 0.54 249.87 0.51 0.3
Hex 33 26 75 38 44 0 36 FA 33 1E
Octal 63 46 165 70 104 0 66 372 63 36
Binary 110011 100110 1110101 111000 1000100 0 110110 11111010 110011 11110

Color Harmonies of #332675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332675

Black with #332675

Text Example


Text Example

White with #332675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332675; }

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

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

background-color css

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

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

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

border-color css

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

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

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