#302061

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

Shades of Paris M #302061

Tints of Paris M #302061

Color information

#302061 (or 0x302061) is unknown color: approx Paris M. HEX triplet: 30, 20 and 61. RGB value is (48,32,97). Sum of RGB (Red+Green+Blue) = 48+32+97=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #302061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302061 is #CFDF9E. Grayscale: #2B2B2B. Windows color (decimal): -13623199 or 6365232. OLE color: 6365232.

HSL color Cylindrical-coordinate representation of color #302061: hue angle of 254.77º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #302061 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB483297-
CMYK0.510.6700.62
HSL254.77º50.39%25.29%-
HSV(B)254.77º67.01%38.04%-
XYZ3.892.5211.59-
YUV44.19157.8130.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.12%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 97 (38.28% from 255) = 54.80%
R=27.12%
G=18.08%
B=54.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4832970.510.6700.62254.7750.3925.29
Hex302061334303Eff3219
Octal6040141631030763776231
Binary1100001000001100001110011100001101111101111111111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302061; }

 p { color: rgb(48,32,97); }

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

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

 a { background-color: rgb(48,32,97); }

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

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

 span { border-color: rgb(48,32,97); }

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