Html Css Color HEX #322166 Paris M

📋 copy color: '#322166'

red 50 ◦ green 33 ◦ blue 102

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

Shades of Paris M #322166

Tints of Paris M #322166

RGB

 RED value IS 50 (19.92% from 255) = 27.03%

 GREEN value IS 33 (13.28% from 255) = 17.84%

 BLUE value IS 102 (40.23% from 255) = 55.14%

R = 27.03%
G = 17.84%
B = 55.14%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#322166 (or 0x322166) is known color: Paris M. HEX triplet: 32, 21 and 66. RGB value is (50,33,102). Sum of RGB (Red+Green+Blue) = 50+33+102=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #322166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322166 is #CDDE99. Grayscale: #2D2D2D. Windows color (decimal): -13491866 or 6693170. OLE color: 6693170.

HSL color Cylindrical-coordinate representation of color #322166: hue angle of 254.78º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #322166 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 33 102 -
CMYK 0.51 0.68 0 0.6
HSL 254.78º 0.51% 0.26% -
HSV(B) 254.78º 0.68% 0.4% -
XYZ 4.26 2.73 12.87 -
YUV 45.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 50 33 102 0.51 0.68 0 0.6 254.78 0.51 0.26
Hex 32 21 66 33 44 0 3C FF 33 1A
Octal 62 41 146 63 104 0 74 377 63 32
Binary 110010 100001 1100110 110011 1000100 0 111100 11111111 110011 11010

Color Harmonies of #322166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322166

Black with #322166

Text Example


Text Example

White with #322166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322166; }

 p { color: rgb(50,33,102); }

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

background-color css

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

 a { background-color: rgb(50,33,102); }

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

border-color css

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

 span { border-color: rgb(50,33,102); }

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