#30246A

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

Shades of Paris M #30246A

Tints of Paris M #30246A

Color information

#30246A (or 0x30246A) is unknown color: approx Paris M. HEX triplet: 30, 24 and 6A. RGB value is (48,36,106). Sum of RGB (Red+Green+Blue) = 48+36+106=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 106 (41.80% from 255 or 55.79% from 190); Max value from RGB is 106 - color contains mainly: blue. Hex color #30246A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30246A is #CFDB95. Grayscale: #2F2F2F. Windows color (decimal): -13622166 or 6956080. OLE color: 6956080.

HSL color Cylindrical-coordinate representation of color #30246A: hue angle of 250.29º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30246A is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4836106-
CMYK0.550.6600.58
HSL250.29º49.3%27.84%-
HSV(B)250.29º66.04%41.57%-
XYZ4.452.9313.97-
YUV47.57160.98128.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 36 (14.45% from 255) = 18.95%
BLUE value IS 106 (41.80% from 255) = 55.79%
R=25.26%
G=18.95%
B=55.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48361060.550.6600.58250.2949.327.84
Hex30246A374203Afa311c
Octal6044152671020723726134
Binary1100001001001101010110111100001001110101111101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30246A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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