#302772

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

Shades of Paris M #302772

Tints of Paris M #302772

Color information

#302772 (or 0x302772) is unknown color: approx Paris M. HEX triplet: 30, 27 and 72. RGB value is (48,39,114). Sum of RGB (Red+Green+Blue) = 48+39+114=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #302772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302772 is #CFD88D. Grayscale: #313131. Windows color (decimal): -13621390 or 7481136. OLE color: 7481136.

HSL color Cylindrical-coordinate representation of color #302772: hue angle of 247.2º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #302772 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4839114-
CMYK0.580.6600.55
HSL247.2º49.02%30%-
HSV(B)247.2º65.79%44.71%-
XYZ4.983.2916.29-
YUV50.24163.98126.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 39 (15.62% from 255) = 19.40%
BLUE value IS 114 (44.92% from 255) = 56.72%
R=23.88%
G=19.40%
B=56.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48391140.580.6600.55247.249.0230
Hex3027723A42037f7311e
Octal6047162721020673676136
Binary1100001001111110010111010100001001101111111011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302772; }

 p { color: rgb(48,39,114); }

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

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

 a { background-color: rgb(48,39,114); }

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

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

 span { border-color: rgb(48,39,114); }

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