#302969

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

Shades of Paris M #302969

Tints of Paris M #302969

Color information

#302969 (or 0x302969) is unknown color: approx Paris M. HEX triplet: 30, 29 and 69. RGB value is (48,41,105). Sum of RGB (Red+Green+Blue) = 48+41+105=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #302969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302969 is #CFD696. Grayscale: #323232. Windows color (decimal): -13620887 or 6891824. OLE color: 6891824.

HSL color Cylindrical-coordinate representation of color #302969: hue angle of 246.56º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #302969 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4841105-
CMYK0.540.6100.59
HSL246.56º43.84%28.63%-
HSV(B)246.56º60.95%41.18%-
XYZ4.563.2313.75-
YUV50.39158.82126.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 41 (16.41% from 255) = 21.13%
BLUE value IS 105 (41.41% from 255) = 54.12%
R=24.74%
G=21.13%
B=54.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48411050.540.6100.59246.5643.8428.63
Hex302969363D03Bf72c1d
Octal605115166750733675435
Binary110000101001110100111011011110101110111111011110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302969; }

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

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

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

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

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

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

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

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