Html Css Color HEX #241261 Paris M

📋 copy color: '#241261'

red 36 ◦ green 18 ◦ blue 97

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

Shades of Paris M #241261

Tints of Paris M #241261

RGB

 RED value IS 36 (14.45% from 255) = 23.84%

 GREEN value IS 18 (7.42% from 255) = 11.92%

 BLUE value IS 97 (38.28% from 255) = 64.24%

R = 23.84%
G = 11.92%
B = 64.24%

CMYK

 C value IS 0.63

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#241261 (or 0x241261) is known color: Paris M. HEX triplet: 24, 12 and 61. RGB value is (36,18,97). Sum of RGB (Red+Green+Blue) = 36+18+97=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 97 (38.28% from 255 or 64.24% from 151); Max value from RGB is 97 - color contains mainly: blue. Hex color #241261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241261 is #DBED9E. Grayscale: #202020. Windows color (decimal): -14413215 or 6361636. OLE color: 6361636.

HSL color Cylindrical-coordinate representation of color #241261: hue angle of 253.67º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #241261 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 36 18 97 -
CMYK 0.63 0.81 0 0.62
HSL 253.67º 0.69% 0.23% -
HSV(B) 253.67º 0.81% 0.38% -
XYZ 3.1 1.67 11.47 -
YUV 32.39 164.46 130.58 -
System Red Green Blue C M Y K H S L
Decimal 36 18 97 0.63 0.81 0 0.62 253.67 0.69 0.23
Hex 24 12 61 3F 51 0 3E FE 45 17
Octal 44 22 141 77 121 0 76 376 105 27
Binary 100100 10010 1100001 111111 1010001 0 111110 11111110 1000101 10111

Color Harmonies of #241261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241261

Black with #241261

Text Example


Text Example

White with #241261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241261; }

 p { color: rgb(36,18,97); }

 H1.HeaderClassName
 {
   color: #241261;
 }
 .AnyTagClassName
 {
   color: #241261;
 }
</style>

background-color css

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

 a { background-color: rgb(36,18,97); }

 div.DivClassName
 {
   background-color: #241261;
 }
 .BgClassName
 {
   background-color: #241261;
 }
</style>

border-color css

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

 span { border-color: rgb(36,18,97); }

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