#30276D

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

Shades of Paris M #30276D

Tints of Paris M #30276D

Color information

#30276D (or 0x30276D) is unknown color: approx Paris M. HEX triplet: 30, 27 and 6D. RGB value is (48,39,109). Sum of RGB (Red+Green+Blue) = 48+39+109=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #30276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30276D is #CFD892. Grayscale: #313131. Windows color (decimal): -13621395 or 7153456. OLE color: 7153456.

HSL color Cylindrical-coordinate representation of color #30276D: hue angle of 247.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30276D is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4839109-
CMYK0.560.6400.57
HSL247.71º47.3%29.02%-
HSV(B)247.71º64.22%42.75%-
XYZ4.73.1814.83-
YUV49.67161.48126.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 39 (15.62% from 255) = 19.90%
BLUE value IS 109 (42.97% from 255) = 55.61%
R=24.49%
G=19.90%
B=55.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48391090.560.6400.57247.7147.329.02
Hex30276D3840039f82f1d
Octal6047155701000713705735
Binary1100001001111101101111000100000001110011111100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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