#302560

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

Shades of Paris M #302560

Tints of Paris M #302560

Color information

#302560 (or 0x302560) is unknown color: approx Paris M. HEX triplet: 30, 25 and 60. RGB value is (48,37,96). Sum of RGB (Red+Green+Blue) = 48+37+96=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #302560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302560 is #CFDA9F. Grayscale: #2E2E2E. Windows color (decimal): -13621920 or 6300976. OLE color: 6300976.

HSL color Cylindrical-coordinate representation of color #302560: hue angle of 251.19º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #302560 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB483796-
CMYK0.500.6100.62
HSL251.19º44.36%26.08%-
HSV(B)251.19º61.46%37.65%-
XYZ3.992.811.4-
YUV47.02155.64128.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.52%
GREEN value IS 37 (14.84% from 255) = 20.44%
BLUE value IS 96 (37.89% from 255) = 53.04%
R=26.52%
G=20.44%
B=53.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4837960.500.6100.62251.1944.3626.08
Hex302560323D03Efb2c1a
Octal604514062750763735432
Binary110000100101110000011001011110101111101111101110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302560; }

 p { color: rgb(48,37,96); }

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

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

 a { background-color: rgb(48,37,96); }

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

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

 span { border-color: rgb(48,37,96); }

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