#301F63

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

Shades of Paris M #301F63

Tints of Paris M #301F63

Color information

#301F63 (or 0x301F63) is unknown color: approx Paris M. HEX triplet: 30, 1F and 63. RGB value is (48,31,99). Sum of RGB (Red+Green+Blue) = 48+31+99=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 99 (39.06% from 255 or 55.62% from 178); Max value from RGB is 99 - color contains mainly: blue. Hex color #301F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301F63 is #CFE09C. Grayscale: #2B2B2B. Windows color (decimal): -13623453 or 6496048. OLE color: 6496048.

HSL color Cylindrical-coordinate representation of color #301F63: hue angle of 255º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #301F63 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB483199-
CMYK0.520.6900.61
HSL255º52.31%25.49%-
HSV(B)255º68.69%38.82%-
XYZ3.962.5112.08-
YUV43.84159.13130.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.97%
GREEN value IS 31 (12.5% from 255) = 17.42%
BLUE value IS 99 (39.06% from 255) = 55.62%
R=26.97%
G=17.42%
B=55.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4831990.520.6900.6125552.3125.49
Hex301F63344503Dff3419
Octal6037143641050753776431
Binary110000111111100011110100100010101111011111111111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301F63; }

 p { color: rgb(48,31,99); }

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

<style>
 a { background-color: #301F63; }

 a { background-color: rgb(48,31,99); }

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

<style>
 span { border-color: #301F63; }

 span { border-color: rgb(48,31,99); }

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