#302172

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

Shades of Paris M #302172

Tints of Paris M #302172

Color information

#302172 (or 0x302172) is unknown color: approx Paris M. HEX triplet: 30, 21 and 72. RGB value is (48,33,114). Sum of RGB (Red+Green+Blue) = 48+33+114=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #302172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302172 is #CFDE8D. Grayscale: #2E2E2E. Windows color (decimal): -13622926 or 7479600. OLE color: 7479600.

HSL color Cylindrical-coordinate representation of color #302172: hue angle of 251.11º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #302172 is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4833114-
CMYK0.580.7100.55
HSL251.11º55.1%28.82%-
HSV(B)251.11º71.05%44.71%-
XYZ4.82.9316.23-
YUV46.72165.97128.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 33 (13.28% from 255) = 16.92%
BLUE value IS 114 (44.92% from 255) = 58.46%
R=24.62%
G=16.92%
B=58.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48331140.580.7100.55251.1155.128.82
Hex3021723A47037fb371d
Octal6041162721070673736735
Binary1100001000011110010111010100011101101111111101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302172; }

 p { color: rgb(48,33,114); }

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

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

 a { background-color: rgb(48,33,114); }

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

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

 span { border-color: rgb(48,33,114); }

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