Html Css Color HEX #332269 Paris M

📋 copy color: '#332269'

red 51 ◦ green 34 ◦ blue 105

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

Shades of Paris M #332269

Tints of Paris M #332269

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.89%

 BLUE value IS 105 (41.41% from 255) = 55.26%

R = 26.84%
G = 17.89%
B = 55.26%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#332269 (or 0x332269) is known color: Paris M. HEX triplet: 33, 22 and 69. RGB value is (51,34,105). Sum of RGB (Red+Green+Blue) = 51+34+105=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #332269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332269 is #CCDD96. Grayscale: #2E2E2E. Windows color (decimal): -13426071 or 6890035. OLE color: 6890035.

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

Color convert

RGB 51 34 105 -
CMYK 0.51 0.68 0 0.59
HSL 254.37º 0.51% 0.27% -
HSV(B) 254.37º 0.68% 0.41% -
XYZ 4.49 2.87 13.68 -
YUV 47.18 160.63 130.73 -
System Red Green Blue C M Y K H S L
Decimal 51 34 105 0.51 0.68 0 0.59 254.37 0.51 0.27
Hex 33 22 69 33 44 0 3B FE 33 1B
Octal 63 42 151 63 104 0 73 376 63 33
Binary 110011 100010 1101001 110011 1000100 0 111011 11111110 110011 11011

Color Harmonies of #332269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332269

Black with #332269

Text Example


Text Example

White with #332269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332269; }

 p { color: rgb(51,34,105); }

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

background-color css

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

 a { background-color: rgb(51,34,105); }

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

border-color css

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

 span { border-color: rgb(51,34,105); }

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