#30226E

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

Shades of Paris M #30226E

Tints of Paris M #30226E

Color information

#30226E (or 0x30226E) is unknown color: approx Paris M. HEX triplet: 30, 22 and 6E. RGB value is (48,34,110). Sum of RGB (Red+Green+Blue) = 48+34+110=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 110 (43.36% from 255 or 57.29% from 192); Max value from RGB is 110 - color contains mainly: blue. Hex color #30226E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30226E is #CFDD91. Grayscale: #2E2E2E. Windows color (decimal): -13622674 or 7217712. OLE color: 7217712.

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

Color convert

RGB4834110-
CMYK0.560.6900.57
HSL251.05º52.78%28.24%-
HSV(B)251.05º69.09%43.14%-
XYZ4.612.915.07-
YUV46.85163.64128.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25%
GREEN value IS 34 (13.67% from 255) = 17.71%
BLUE value IS 110 (43.36% from 255) = 57.29%
R=25%
G=17.71%
B=57.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48341100.560.6900.57251.0552.7828.24
Hex30226E3845039fb351c
Octal6042156701050713736534
Binary1100001000101101110111000100010101110011111101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30226E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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