Html Css Color HEX #332964 Paris M

📋 copy color: '#332964'

red 51 ◦ green 41 ◦ blue 100

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

Shades of Paris M #332964

Tints of Paris M #332964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 52.08%

R = 26.56%
G = 21.35%
B = 52.08%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#332964 (or 0x332964) is known color: Paris M. HEX triplet: 33, 29 and 64. RGB value is (51,41,100). Sum of RGB (Red+Green+Blue) = 51+41+100=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 100 (39.45% from 255 or 52.08% from 192); Max value from RGB is 100 - color contains mainly: blue. Hex color #332964 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332964 is #CCD69B. Grayscale: #323232. Windows color (decimal): -13424284 or 6564147. OLE color: 6564147.

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

Color convert

RGB 51 41 100 -
CMYK 0.49 0.59 0 0.61
HSL 250.17º 0.42% 0.28% -
HSV(B) 250.17º 0.59% 0.39% -
XYZ 4.46 3.21 12.44 -
YUV 50.72 155.81 128.2 -
System Red Green Blue C M Y K H S L
Decimal 51 41 100 0.49 0.59 0 0.61 250.17 0.42 0.28
Hex 33 29 64 31 3B 0 3D FA 2A 1C
Octal 63 51 144 61 73 0 75 372 52 34
Binary 110011 101001 1100100 110001 111011 0 111101 11111010 101010 11100

Color Harmonies of #332964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332964

Black with #332964

Text Example


Text Example

White with #332964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332964; }

 p { color: rgb(51,41,100); }

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

background-color css

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

 a { background-color: rgb(51,41,100); }

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

border-color css

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

 span { border-color: rgb(51,41,100); }

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