#301f62

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

Shades of Paris M #301F62

Tints of Paris M #301F62

Color information

#301F62 (or 0x301F62) is unknown color: approx Paris M. HEX triplet: 30, 1F and 62. RGB value is (48,31,98). Sum of RGB (Red+Green+Blue) = 48+31+98=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #301F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301F62 is #CFE09D. Grayscale: #2B2B2B. Windows color (decimal): -13623454 or 6430512. OLE color: 6430512.

HSL color Cylindrical-coordinate representation of color #301F62: hue angle of 255.22º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #301F62 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB483198-
CMYK0.510.6800.62
HSL255.22º51.94%25.29%-
HSV(B)255.22º68.37%38.43%-
XYZ3.912.4911.83-
YUV43.72158.63131.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.12%
GREEN value IS 31 (12.5% from 255) = 17.51%
BLUE value IS 98 (38.67% from 255) = 55.37%
R=27.12%
G=17.51%
B=55.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4831980.510.6800.62255.2251.9425.29
Hex301F62334403Eff3419
Octal6037142631040763776431
Binary110000111111100010110011100010001111101111111111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301f62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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