Html Css Color HEX #33296F Paris M

📋 copy color: '#33296F'

red 51 ◦ green 41 ◦ blue 111

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

Shades of Paris M #33296F

Tints of Paris M #33296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 54.68%

R = 25.12%
G = 20.2%
B = 54.68%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#33296F (or 0x33296F) is known color: Paris M. HEX triplet: 33, 29 and 6F. RGB value is (51,41,111). Sum of RGB (Red+Green+Blue) = 51+41+111=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #33296F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33296F is #CCD690. Grayscale: #333333. Windows color (decimal): -13424273 or 7285043. OLE color: 7285043.

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

Color convert

RGB 51 41 111 -
CMYK 0.54 0.63 0 0.56
HSL 248.57º 0.46% 0.3% -
HSV(B) 248.57º 0.63% 0.44% -
XYZ 5.03 3.44 15.44 -
YUV 51.97 161.31 127.31 -
System Red Green Blue C M Y K H S L
Decimal 51 41 111 0.54 0.63 0 0.56 248.57 0.46 0.3
Hex 33 29 6F 36 3F 0 38 F9 2E 1E
Octal 63 51 157 66 77 0 70 371 56 36
Binary 110011 101001 1101111 110110 111111 0 111000 11111001 101110 11110

Color Harmonies of #33296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33296F

Black with #33296F

Text Example


Text Example

White with #33296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33296F; }

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

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

background-color css

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

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

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

border-color css

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

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

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