#2D2260

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

Shades of Paris M #2D2260

Tints of Paris M #2D2260

Color information

#2D2260 (or 0x2D2260) is unknown color: approx Paris M. HEX triplet: 2D, 22 and 60. RGB value is (45,34,96). Sum of RGB (Red+Green+Blue) = 45+34+96=175 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.71% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #2D2260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2260 is #D2DD9F. Grayscale: #2C2C2C. Windows color (decimal): -13819296 or 6300205. OLE color: 6300205.

HSL color Cylindrical-coordinate representation of color #2D2260: hue angle of 250.65º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D2260 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB453496-
CMYK0.530.6500.62
HSL250.65º47.69%25.49%-
HSV(B)250.65º64.58%37.65%-
XYZ3.772.5511.36-
YUV44.36157.14128.46-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.71%
GREEN value IS 34 (13.67% from 255) = 19.43%
BLUE value IS 96 (37.89% from 255) = 54.86%
R=25.71%
G=19.43%
B=54.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4534960.530.6500.62250.6547.6925.49
Hex2D2260354103Efb3019
Octal5542140651010763736031
Binary1011011000101100000110101100000101111101111101111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,34,96); }

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

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

 a { background-color: rgb(45,34,96); }

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

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

 span { border-color: rgb(45,34,96); }

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