#302559

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

Shades of Paris M #302559

Tints of Paris M #302559

Color information

#302559 (or 0x302559) is unknown color: approx Paris M. HEX triplet: 30, 25 and 59. RGB value is (48,37,89). Sum of RGB (Red+Green+Blue) = 48+37+89=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #302559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302559 is #CFDAA6. Grayscale: #2E2E2E. Windows color (decimal): -13621927 or 5842224. OLE color: 5842224.

HSL color Cylindrical-coordinate representation of color #302559: hue angle of 252.69º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #302559 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB483789-
CMYK0.460.5800.65
HSL252.69º41.27%24.71%-
HSV(B)252.69º58.43%34.9%-
XYZ3.682.679.77-
YUV46.22152.14129.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 37 (14.84% from 255) = 21.26%
BLUE value IS 89 (35.16% from 255) = 51.15%
R=27.59%
G=21.26%
B=51.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4837890.460.5800.65252.6941.2724.71
Hex3025592E3A041fd2919
Octal6045131567201013755131
Binary1100001001011011001101110111010010000011111110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302559; }

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

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

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

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

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

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

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

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