Html Css Color HEX #332868 Paris M

📋 copy color: '#332868'

red 51 ◦ green 40 ◦ blue 104

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

Shades of Paris M #332868

Tints of Paris M #332868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 53.33%

R = 26.15%
G = 20.51%
B = 53.33%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#332868 (or 0x332868) is known color: Paris M. HEX triplet: 33, 28 and 68. RGB value is (51,40,104). Sum of RGB (Red+Green+Blue) = 51+40+104=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #332868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332868 is #CCD797. Grayscale: #323232. Windows color (decimal): -13424536 or 6826035. OLE color: 6826035.

HSL color Cylindrical-coordinate representation of color #332868: hue angle of 250.31º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #332868 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 40 104 -
CMYK 0.51 0.62 0 0.59
HSL 250.31º 0.44% 0.28% -
HSV(B) 250.31º 0.62% 0.41% -
XYZ 4.62 3.22 13.47 -
YUV 50.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 51 40 104 0.51 0.62 0 0.59 250.31 0.44 0.28
Hex 33 28 68 33 3E 0 3B FA 2C 1C
Octal 63 50 150 63 76 0 73 372 54 34
Binary 110011 101000 1101000 110011 111110 0 111011 11111010 101100 11100

Color Harmonies of #332868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332868

Black with #332868

Text Example


Text Example

White with #332868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332868; }

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

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

background-color css

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

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

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

border-color css

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

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

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