Html Css Color HEX #33275D Paris M

📋 copy color: '#33275D'

red 51 ◦ green 39 ◦ blue 93

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

Shades of Paris M #33275D

Tints of Paris M #33275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.31%

 BLUE value IS 93 (36.72% from 255) = 50.82%

R = 27.87%
G = 21.31%
B = 50.82%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#33275D (or 0x33275D) is known color: Paris M. HEX triplet: 33, 27 and 5D. RGB value is (51,39,93). Sum of RGB (Red+Green+Blue) = 51+39+93=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #33275D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33275D is #CCD8A2. Grayscale: #303030. Windows color (decimal): -13424803 or 6104883. OLE color: 6104883.

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

Color convert

RGB 51 39 93 -
CMYK 0.45 0.58 0 0.64
HSL 253.33º 0.41% 0.26% -
HSV(B) 253.33º 0.58% 0.36% -
XYZ 4.07 2.95 10.71 -
YUV 48.74 152.98 129.61 -
System Red Green Blue C M Y K H S L
Decimal 51 39 93 0.45 0.58 0 0.64 253.33 0.41 0.26
Hex 33 27 5D 2D 3A 0 40 FD 29 1A
Octal 63 47 135 55 72 0 100 375 51 32
Binary 110011 100111 1011101 101101 111010 0 1000000 11111101 101001 11010

Color Harmonies of #33275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33275D

Black with #33275D

Text Example


Text Example

White with #33275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33275D; }

 p { color: rgb(51,39,93); }

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

background-color css

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

 a { background-color: rgb(51,39,93); }

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

border-color css

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

 span { border-color: rgb(51,39,93); }

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