#240F62

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

Shades of Paris M #240F62

Tints of Paris M #240F62

Color information

#240F62 (or 0x240F62) is unknown color: approx Paris M. HEX triplet: 24, 0F and 62. RGB value is (36,15,98). Sum of RGB (Red+Green+Blue) = 36+15+98=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 98 (38.67% from 255 or 65.77% from 149); Max value from RGB is 98 - color contains mainly: blue. Hex color #240F62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240F62 is #DBF09D. Grayscale: #1E1E1E. Windows color (decimal): -14413982 or 6426404. OLE color: 6426404.

HSL color Cylindrical-coordinate representation of color #240F62: hue angle of 255.18º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #240F62 is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB361598-
CMYK0.630.8500.62
HSL255.18º73.45%22.16%-
HSV(B)255.18º84.69%38.43%-
XYZ3.11.611.7-
YUV30.74165.96131.75-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.16%
GREEN value IS 15 (6.25% from 255) = 10.07%
BLUE value IS 98 (38.67% from 255) = 65.77%
R=24.16%
G=10.07%
B=65.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3615980.630.8500.62255.1873.4522.16
Hex24F623F5503Eff4916
Octal44171427712507637711126
Binary100100111111000101111111010101011111011111111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240F62; }

 p { color: rgb(36,15,98); }

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

<style>
 a { background-color: #240F62; }

 a { background-color: rgb(36,15,98); }

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

<style>
 span { border-color: #240F62; }

 span { border-color: rgb(36,15,98); }

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