#30246C

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

Shades of Paris M #30246C

Tints of Paris M #30246C

Color information

#30246C (or 0x30246C) is unknown color: approx Paris M. HEX triplet: 30, 24 and 6C. RGB value is (48,36,108). Sum of RGB (Red+Green+Blue) = 48+36+108=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #30246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30246C is #CFDB93. Grayscale: #2F2F2F. Windows color (decimal): -13622164 or 7087152. OLE color: 7087152.

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

Color convert

RGB4836108-
CMYK0.560.6700.58
HSL250º50%28.24%-
HSV(B)250º66.67%42.35%-
XYZ4.562.9714.52-
YUV47.8161.98128.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25%
GREEN value IS 36 (14.45% from 255) = 18.75%
BLUE value IS 108 (42.58% from 255) = 56.25%
R=25%
G=18.75%
B=56.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48361080.560.6700.582505028.24
Hex30246C384303Afa321c
Octal6044154701030723726234
Binary1100001001001101100111000100001101110101111101011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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