#302575

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

Shades of Paris M #302575

Tints of Paris M #302575

Color information

#302575 (or 0x302575) is unknown color: approx Paris M. HEX triplet: 30, 25 and 75. RGB value is (48,37,117). Sum of RGB (Red+Green+Blue) = 48+37+117=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #302575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302575 is #CFDA8A. Grayscale: #313131. Windows color (decimal): -13621899 or 7677232. OLE color: 7677232.

HSL color Cylindrical-coordinate representation of color #302575: hue angle of 248.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #302575 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4837117-
CMYK0.590.6800.54
HSL248.25º51.95%30.2%-
HSV(B)248.25º68.38%45.88%-
XYZ5.093.2417.19-
YUV49.41166.14127-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.76%
GREEN value IS 37 (14.84% from 255) = 18.32%
BLUE value IS 117 (46.09% from 255) = 57.92%
R=23.76%
G=18.32%
B=57.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48371170.590.6800.54248.2551.9530.2
Hex3025753B44036f8341e
Octal6045165731040663706436
Binary1100001001011110101111011100010001101101111100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302575; }

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

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

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

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

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

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

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

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