#30206F

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

Shades of Paris M #30206F

Tints of Paris M #30206F

Color information

#30206F (or 0x30206F) is unknown color: approx Paris M. HEX triplet: 30, 20 and 6F. RGB value is (48,32,111). Sum of RGB (Red+Green+Blue) = 48+32+111=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #30206F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30206F is #CFDF90. Grayscale: #2D2D2D. Windows color (decimal): -13623185 or 7282736. OLE color: 7282736.

HSL color Cylindrical-coordinate representation of color #30206F: hue angle of 252.15º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30206F is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4832111-
CMYK0.570.7100.56
HSL252.15º55.24%28.04%-
HSV(B)252.15º71.17%43.53%-
XYZ4.62.8115.34-
YUV45.79164.8129.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 111 (43.75% from 255) = 58.12%
R=25.13%
G=16.75%
B=58.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48321110.570.7100.56252.1555.2428.04
Hex30206F3947038fc371c
Octal6040157711070703746734
Binary1100001000001101111111001100011101110001111110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30206F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30206F; }

 p { color: rgb(48,32,111); }

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

<style>
 a { background-color: #30206F; }

 a { background-color: rgb(48,32,111); }

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

<style>
 span { border-color: #30206F; }

 span { border-color: rgb(48,32,111); }

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