Html Css Color HEX #33275C Paris M

📋 copy color: '#33275C'

red 51 ◦ green 39 ◦ blue 92

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

Shades of Paris M #33275C

Tints of Paris M #33275C

RGB

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

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

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

R = 28.02%
G = 21.43%
B = 50.55%

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

#33275C (or 0x33275C) is known color: Paris M. HEX triplet: 33, 27 and 5C. RGB value is (51,39,92). Sum of RGB (Red+Green+Blue) = 51+39+92=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #33275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33275C is #CCD8A3. Grayscale: #303030. Windows color (decimal): -13424804 or 6039347. OLE color: 6039347.

HSL color Cylindrical-coordinate representation of color #33275C: hue angle of 253.58º degrees, saturation: 0.4, 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 #33275C is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 39 92 -
CMYK 0.45 0.58 0 0.64
HSL 253.58º 0.4% 0.26% -
HSV(B) 253.58º 0.58% 0.36% -
XYZ 4.02 2.93 10.48 -
YUV 48.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 51 39 92 0.45 0.58 0 0.64 253.58 0.4 0.26
Hex 33 27 5C 2D 3A 0 40 FE 28 1A
Octal 63 47 134 55 72 0 100 376 50 32
Binary 110011 100111 1011100 101101 111010 0 1000000 11111110 101000 11010

Color Harmonies of #33275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33275C

Black with #33275C

Text Example


Text Example

White with #33275C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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