#30216A

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

Shades of Paris M #30216A

Tints of Paris M #30216A

Color information

#30216A (or 0x30216A) is unknown color: approx Paris M. HEX triplet: 30, 21 and 6A. RGB value is (48,33,106). Sum of RGB (Red+Green+Blue) = 48+33+106=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 106 (41.80% from 255 or 56.68% from 187); Max value from RGB is 106 - color contains mainly: blue. Hex color #30216A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30216A is #CFDE95. Grayscale: #2D2D2D. Windows color (decimal): -13622934 or 6955312. OLE color: 6955312.

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

Color convert

RGB4833106-
CMYK0.550.6900.58
HSL252.33º52.52%27.25%-
HSV(B)252.33º68.87%41.57%-
XYZ4.362.7613.94-
YUV45.81161.97129.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.67%
GREEN value IS 33 (13.28% from 255) = 17.65%
BLUE value IS 106 (41.80% from 255) = 56.68%
R=25.67%
G=17.65%
B=56.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48331060.550.6900.58252.3352.5227.25
Hex30216A374503Afc351b
Octal6041152671050723746533
Binary1100001000011101010110111100010101110101111110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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