Html Css Color HEX #240F62 Paris M

📋 copy color: '#240F62'

red 36 ◦ green 15 ◦ blue 98

#240F62
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #240F62

Tints of Paris M #240F62

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 value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#240F62 (or 0x240F62) is known color: 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

RGB 36 15 98 -
CMYK 0.63 0.85 0 0.62
HSL 255.18º 0.73% 0.22% -
HSV(B) 255.18º 0.85% 0.38% -
XYZ 3.1 1.6 11.7 -
YUV 30.74 165.96 131.75 -
System Red Green Blue C M Y K H S L
Decimal 36 15 98 0.63 0.85 0 0.62 255.18 0.73 0.22
Hex 24 F 62 3F 55 0 3E FF 49 16
Octal 44 17 142 77 125 0 76 377 111 26
Binary 100100 1111 1100010 111111 1010101 0 111110 11111111 1001001 10110

Color Harmonies of #240F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240F62

Black with #240F62

Text Example


Text Example

White with #240F62

Text Example


Text Example

HTML Codes & Css Web 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>