#2F215A

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

Shades of Paris M #2F215A

Tints of Paris M #2F215A

Color information

#2F215A (or 0x2F215A) is unknown color: approx Paris M. HEX triplet: 2F, 21 and 5A. RGB value is (47,33,90). Sum of RGB (Red+Green+Blue) = 47+33+90=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #2F215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F215A is #D0DEA5. Grayscale: #2B2B2B. Windows color (decimal): -13688486 or 5906735. OLE color: 5906735.

HSL color Cylindrical-coordinate representation of color #2F215A: hue angle of 254.74º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F215A is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB473390-
CMYK0.480.6300.65
HSL254.74º46.34%24.12%-
HSV(B)254.74º63.33%35.29%-
XYZ3.562.439.95-
YUV43.68154.14130.37-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.65%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 90 (35.55% from 255) = 52.94%
R=27.65%
G=19.41%
B=52.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4733900.480.6300.65254.7446.3424.12
Hex2F215A303F041ff2e18
Octal5741132607701013775630
Binary1011111000011011010110000111111010000011111111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F215A; }

 p { color: rgb(47,33,90); }

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

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

 a { background-color: rgb(47,33,90); }

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

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

 span { border-color: rgb(47,33,90); }

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