#30296E

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

Shades of Paris M #30296E

Tints of Paris M #30296E

Color information

#30296E (or 0x30296E) is unknown color: approx Paris M. HEX triplet: 30, 29 and 6E. RGB value is (48,41,110). Sum of RGB (Red+Green+Blue) = 48+41+110=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 110 (43.36% from 255 or 55.28% from 199); Max value from RGB is 110 - color contains mainly: blue. Hex color #30296E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30296E is #CFD691. Grayscale: #323232. Windows color (decimal): -13620882 or 7219504. OLE color: 7219504.

HSL color Cylindrical-coordinate representation of color #30296E: hue angle of 246.09º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30296E is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4841110-
CMYK0.560.6300.57
HSL246.09º45.7%29.61%-
HSV(B)246.09º62.73%43.14%-
XYZ4.833.3415.14-
YUV50.96161.32125.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 41 (16.41% from 255) = 20.60%
BLUE value IS 110 (43.36% from 255) = 55.28%
R=24.12%
G=20.60%
B=55.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48411100.560.6300.57246.0945.729.61
Hex30296E383F039f62e1e
Octal605115670770713665636
Binary110000101001110111011100011111101110011111011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30296E; }

 p { color: rgb(48,41,110); }

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

<style>
 a { background-color: #30296E; }

 a { background-color: rgb(48,41,110); }

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

<style>
 span { border-color: #30296E; }

 span { border-color: rgb(48,41,110); }

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