Html Css Color HEX #332875 Paris M

📋 copy color: '#332875'

red 51 ◦ green 40 ◦ blue 117

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

Shades of Paris M #332875

Tints of Paris M #332875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.23%

 BLUE value IS 117 (46.09% from 255) = 56.25%

R = 24.52%
G = 19.23%
B = 56.25%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#332875 (or 0x332875) is known color: Paris M. HEX triplet: 33, 28 and 75. RGB value is (51,40,117). Sum of RGB (Red+Green+Blue) = 51+40+117=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #332875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332875 is #CCD78A. Grayscale: #333333. Windows color (decimal): -13424523 or 7678003. OLE color: 7678003.

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

Color convert

RGB 51 40 117 -
CMYK 0.56 0.66 0 0.54
HSL 248.57º 0.49% 0.31% -
HSV(B) 248.57º 0.66% 0.46% -
XYZ 5.33 3.51 17.23 -
YUV 52.07 164.64 127.24 -
System Red Green Blue C M Y K H S L
Decimal 51 40 117 0.56 0.66 0 0.54 248.57 0.49 0.31
Hex 33 28 75 38 42 0 36 F9 31 1F
Octal 63 50 165 70 102 0 66 371 61 37
Binary 110011 101000 1110101 111000 1000010 0 110110 11111001 110001 11111

Color Harmonies of #332875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332875

Black with #332875

Text Example


Text Example

White with #332875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332875; }

 p { color: rgb(51,40,117); }

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

background-color css

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

 a { background-color: rgb(51,40,117); }

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

border-color css

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

 span { border-color: rgb(51,40,117); }

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