#332670

Color #332670 Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #332670

Tints of Paris M #332670

Color information

#332670 (or 0x332670) is unknown color: approx Paris M. HEX triplet: 33, 26 and 70. RGB value is (51,38,112). Sum of RGB (Red+Green+Blue) = 51+38+112=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #332670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332670 is #CCD98F. Grayscale: #323232. Windows color (decimal): -13425040 or 7349811. OLE color: 7349811.

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

Color convert

RGB5138112-
CMYK0.540.6600.56
HSL250.54º49.33%29.41%-
HSV(B)250.54º66.07%43.92%-
XYZ4.983.2615.7-
YUV50.32162.81128.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.37%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 112 (44.14% from 255) = 55.72%
R=25.37%
G=18.91%
B=55.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51381120.540.6600.56250.5449.3329.41
Hex3326703642038fb311d
Octal6346160661020703736135
Binary1100111001101110000110110100001001110001111101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332670; }

 p { color: rgb(51,38,112); }

 H1.HeaderClassName
 {
   color: #332670;
 }
 .AnyTagClassName
 {
   color: #332670;
 }
</style>
background-color css

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

 a { background-color: rgb(51,38,112); }

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

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

 span { border-color: rgb(51,38,112); }

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