#30215B

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

Shades of Paris M #30215B

Tints of Paris M #30215B

Color information

#30215B (or 0x30215B) is unknown color: approx Paris M. HEX triplet: 30, 21 and 5B. RGB value is (48,33,91). Sum of RGB (Red+Green+Blue) = 48+33+91=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #30215B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30215B is #CFDEA4. Grayscale: #2B2B2B. Windows color (decimal): -13622949 or 5972272. OLE color: 5972272.

HSL color Cylindrical-coordinate representation of color #30215B: hue angle of 255.52º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30215B is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB483391-
CMYK0.470.6400.64
HSL255.52º46.77%24.31%-
HSV(B)255.52º63.74%35.69%-
XYZ3.652.4710.18-
YUV44.1154.47130.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.91%
GREEN value IS 33 (13.28% from 255) = 19.19%
BLUE value IS 91 (35.94% from 255) = 52.91%
R=27.91%
G=19.19%
B=52.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4833910.470.6400.64255.5246.7724.31
Hex30215B2F400401002f18
Octal60411335710001004005730
Binary110000100001101101110111110000000100000010000000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30215B; }

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

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

<style>
 a { background-color: #30215B; }

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

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

<style>
 span { border-color: #30215B; }

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

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