#302071

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

Shades of Paris M #302071

Tints of Paris M #302071

Color information

#302071 (or 0x302071) is unknown color: approx Paris M. HEX triplet: 30, 20 and 71. RGB value is (48,32,113). Sum of RGB (Red+Green+Blue) = 48+32+113=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #302071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302071 is #CFDF8E. Grayscale: #2D2D2D. Windows color (decimal): -13623183 or 7413808. OLE color: 7413808.

HSL color Cylindrical-coordinate representation of color #302071: hue angle of 251.85º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #302071 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4832113-
CMYK0.580.7200.56
HSL251.85º55.86%28.43%-
HSV(B)251.85º71.68%44.31%-
XYZ4.722.8515.93-
YUV46.02165.8129.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 113 (44.53% from 255) = 58.55%
R=24.87%
G=16.58%
B=58.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48321130.580.7200.56251.8555.8628.43
Hex3020713A48038fc381c
Octal6040161721100703747034
Binary1100001000001110001111010100100001110001111110011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302071; }

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

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

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

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

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

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

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

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