Html Css Color HEX #33295E Paris M

📋 copy color: '#33295E'

red 51 ◦ green 41 ◦ blue 94

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

Shades of Paris M #33295E

Tints of Paris M #33295E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 50.54%

R = 27.42%
G = 22.04%
B = 50.54%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#33295E (or 0x33295E) is known color: Paris M. HEX triplet: 33, 29 and 5E. RGB value is (51,41,94). Sum of RGB (Red+Green+Blue) = 51+41+94=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #33295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33295E is #CCD6A1. Grayscale: #313131. Windows color (decimal): -13424290 or 6170931. OLE color: 6170931.

HSL color Cylindrical-coordinate representation of color #33295E: hue angle of 251.32º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33295E is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 51 41 94 -
CMYK 0.46 0.56 0 0.63
HSL 251.32º 0.39% 0.26% -
HSV(B) 251.32º 0.56% 0.37% -
XYZ 4.18 3.1 10.97 -
YUV 50.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 51 41 94 0.46 0.56 0 0.63 251.32 0.39 0.26
Hex 33 29 5E 2E 38 0 3F FB 27 1A
Octal 63 51 136 56 70 0 77 373 47 32
Binary 110011 101001 1011110 101110 111000 0 111111 11111011 100111 11010

Color Harmonies of #33295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33295E

Black with #33295E

Text Example


Text Example

White with #33295E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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