#30246F

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

Shades of Paris M #30246F

Tints of Paris M #30246F

Color information

#30246F (or 0x30246F) is unknown color: approx Paris M. HEX triplet: 30, 24 and 6F. RGB value is (48,36,111). Sum of RGB (Red+Green+Blue) = 48+36+111=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 111 (43.75% from 255 or 56.92% from 195); Max value from RGB is 111 - color contains mainly: blue. Hex color #30246F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30246F is #CFDB90. Grayscale: #2F2F2F. Windows color (decimal): -13622161 or 7283760. OLE color: 7283760.

HSL color Cylindrical-coordinate representation of color #30246F: hue angle of 249.6º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30246F is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4836111-
CMYK0.570.6800.56
HSL249.6º51.02%28.82%-
HSV(B)249.6º67.57%43.53%-
XYZ4.723.0415.38-
YUV48.14163.48127.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 36 (14.45% from 255) = 18.46%
BLUE value IS 111 (43.75% from 255) = 56.92%
R=24.62%
G=18.46%
B=56.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48361110.570.6800.56249.651.0228.82
Hex30246F3944038fa331d
Octal6044157711040703726335
Binary1100001001001101111111001100010001110001111101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30246F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30246F; }

 p { color: rgb(48,36,111); }

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

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

 a { background-color: rgb(48,36,111); }

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

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

 span { border-color: rgb(48,36,111); }

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