#30216D

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

Shades of Paris M #30216D

Tints of Paris M #30216D

Color information

#30216D (or 0x30216D) is unknown color: approx Paris M. HEX triplet: 30, 21 and 6D. RGB value is (48,33,109). Sum of RGB (Red+Green+Blue) = 48+33+109=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 109 (42.97% from 255 or 57.37% from 190); Max value from RGB is 109 - color contains mainly: blue. Hex color #30216D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30216D is #CFDE92. Grayscale: #2D2D2D. Windows color (decimal): -13622931 or 7151920. OLE color: 7151920.

HSL color Cylindrical-coordinate representation of color #30216D: hue angle of 251.84º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30216D is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4833109-
CMYK0.560.7000.57
HSL251.84º53.52%27.84%-
HSV(B)251.84º69.72%42.75%-
XYZ4.522.8214.77-
YUV46.15163.47129.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 33 (13.28% from 255) = 17.37%
BLUE value IS 109 (42.97% from 255) = 57.37%
R=25.26%
G=17.37%
B=57.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48331090.560.7000.57251.8453.5227.84
Hex30216D3846039fc361c
Octal6041155701060713746634
Binary1100001000011101101111000100011001110011111110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30216D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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