Html Css Color HEX #332268 Paris M

📋 copy color: '#332268'

red 51 ◦ green 34 ◦ blue 104

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

Shades of Paris M #332268

Tints of Paris M #332268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.99%

 BLUE value IS 104 (41.02% from 255) = 55.03%

R = 26.98%
G = 17.99%
B = 55.03%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#332268 (or 0x332268) is known color: Paris M. HEX triplet: 33, 22 and 68. RGB value is (51,34,104). Sum of RGB (Red+Green+Blue) = 51+34+104=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #332268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332268 is #CCDD97. Grayscale: #2E2E2E. Windows color (decimal): -13426072 or 6824499. OLE color: 6824499.

HSL color Cylindrical-coordinate representation of color #332268: hue angle of 254.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #332268 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 34 104 -
CMYK 0.51 0.67 0 0.59
HSL 254.57º 0.51% 0.27% -
HSV(B) 254.57º 0.67% 0.41% -
XYZ 4.44 2.85 13.41 -
YUV 47.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 51 34 104 0.51 0.67 0 0.59 254.57 0.51 0.27
Hex 33 22 68 33 43 0 3B FF 33 1B
Octal 63 42 150 63 103 0 73 377 63 33
Binary 110011 100010 1101000 110011 1000011 0 111011 11111111 110011 11011

Color Harmonies of #332268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332268

Black with #332268

Text Example


Text Example

White with #332268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332268; }

 p { color: rgb(51,34,104); }

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

background-color css

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

 a { background-color: rgb(51,34,104); }

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

border-color css

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

 span { border-color: rgb(51,34,104); }

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