#302861

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

Shades of Paris M #302861

Tints of Paris M #302861

Color information

#302861 (or 0x302861) is unknown color: approx Paris M. HEX triplet: 30, 28 and 61. RGB value is (48,40,97). Sum of RGB (Red+Green+Blue) = 48+40+97=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #302861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302861 is #CFD79E. Grayscale: #303030. Windows color (decimal): -13621151 or 6367280. OLE color: 6367280.

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

Color convert

RGB484097-
CMYK0.510.5900.62
HSL248.42º41.61%26.86%-
HSV(B)248.42º58.76%38.04%-
XYZ4.143.0111.67-
YUV48.89155.15127.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 40 (16.02% from 255) = 21.62%
BLUE value IS 97 (38.28% from 255) = 52.43%
R=25.95%
G=21.62%
B=52.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4840970.510.5900.62248.4241.6126.86
Hex302861333B03Ef82a1b
Octal605014163730763705233
Binary110000101000110000111001111101101111101111100010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302861; }

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

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

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

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

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

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

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

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