Html Css Color HEX #332769 Paris M

📋 copy color: '#332769'

red 51 ◦ green 39 ◦ blue 105

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

Shades of Paris M #332769

Tints of Paris M #332769

RGB

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

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

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

R = 26.15%
G = 20%
B = 53.85%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#332769 (or 0x332769) is known color: Paris M. HEX triplet: 33, 27 and 69. RGB value is (51,39,105). Sum of RGB (Red+Green+Blue) = 51+39+105=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #332769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332769 is #CCD896. Grayscale: #313131. Windows color (decimal): -13424791 or 6891315. OLE color: 6891315.

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

Color convert

RGB 51 39 105 -
CMYK 0.51 0.63 0 0.59
HSL 250.91º 0.46% 0.28% -
HSV(B) 250.91º 0.63% 0.41% -
XYZ 4.64 3.17 13.73 -
YUV 50.11 158.98 128.63 -
System Red Green Blue C M Y K H S L
Decimal 51 39 105 0.51 0.63 0 0.59 250.91 0.46 0.28
Hex 33 27 69 33 3F 0 3B FB 2E 1C
Octal 63 47 151 63 77 0 73 373 56 34
Binary 110011 100111 1101001 110011 111111 0 111011 11111011 101110 11100

Color Harmonies of #332769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332769

Black with #332769

Text Example


Text Example

White with #332769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332769; }

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

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

background-color css

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

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

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

border-color css

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

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

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