Html Css Color HEX #33295C Paris M

📋 copy color: '#33295C'

red 51 ◦ green 41 ◦ blue 92

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

Shades of Paris M #33295C

Tints of Paris M #33295C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 50%

R = 27.72%
G = 22.28%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#33295C (or 0x33295C) is known color: Paris M. HEX triplet: 33, 29 and 5C. RGB value is (51,41,92). Sum of RGB (Red+Green+Blue) = 51+41+92=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #33295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33295C is #CCD6A3. Grayscale: #313131. Windows color (decimal): -13424292 or 6039859. OLE color: 6039859.

HSL color Cylindrical-coordinate representation of color #33295C: hue angle of 251.76º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #33295C is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 41 92 -
CMYK 0.45 0.55 0 0.64
HSL 251.76º 0.38% 0.26% -
HSV(B) 251.76º 0.55% 0.36% -
XYZ 4.09 3.06 10.5 -
YUV 49.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 51 41 92 0.45 0.55 0 0.64 251.76 0.38 0.26
Hex 33 29 5C 2D 37 0 40 FC 26 1A
Octal 63 51 134 55 67 0 100 374 46 32
Binary 110011 101001 1011100 101101 110111 0 1000000 11111100 100110 11010

Color Harmonies of #33295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33295C

Black with #33295C

Text Example


Text Example

White with #33295C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33295C; }

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

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

background-color css

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

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

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

border-color css

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

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

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