#302958

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

Shades of Paris M #302958

Tints of Paris M #302958

Color information

#302958 (or 0x302958) is unknown color: approx Paris M. HEX triplet: 30, 29 and 58. RGB value is (48,41,88). Sum of RGB (Red+Green+Blue) = 48+41+88=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #302958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302958 is #CFD6A7. Grayscale: #303030. Windows color (decimal): -13620904 or 5777712. OLE color: 5777712.

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

Color convert

RGB484188-
CMYK0.450.5300.65
HSL248.94º36.43%25.29%-
HSV(B)248.94º53.41%34.51%-
XYZ3.772.929.6-
YUV48.45150.32127.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.12%
GREEN value IS 41 (16.41% from 255) = 23.16%
BLUE value IS 88 (34.77% from 255) = 49.72%
R=27.12%
G=23.16%
B=49.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4841880.450.5300.65248.9436.4325.29
Hex3029582D35041f92419
Octal6051130556501013714431
Binary1100001010011011000101101110101010000011111100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302958; }

 p { color: rgb(48,41,88); }

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

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

 a { background-color: rgb(48,41,88); }

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

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

 span { border-color: rgb(48,41,88); }

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