#30266D

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

Shades of Paris M #30266D

Tints of Paris M #30266D

Color information

#30266D (or 0x30266D) is unknown color: approx Paris M. HEX triplet: 30, 26 and 6D. RGB value is (48,38,109). Sum of RGB (Red+Green+Blue) = 48+38+109=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 109 (42.97% from 255 or 55.90% from 195); Max value from RGB is 109 - color contains mainly: blue. Hex color #30266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30266D is #CFD992. Grayscale: #303030. Windows color (decimal): -13621651 or 7153200. OLE color: 7153200.

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

Color convert

RGB4838109-
CMYK0.560.6500.57
HSL248.45º48.3%28.82%-
HSV(B)248.45º65.14%42.75%-
XYZ4.673.1214.82-
YUV49.08161.81127.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 38 (15.23% from 255) = 19.49%
BLUE value IS 109 (42.97% from 255) = 55.90%
R=24.62%
G=19.49%
B=55.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48381090.560.6500.57248.4548.328.82
Hex30266D3841039f8301d
Octal6046155701010713706035
Binary1100001001101101101111000100000101110011111100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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