Html Css Color HEX #241961 Paris M

📋 copy color: '#241961'

red 36 ◦ green 25 ◦ blue 97

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

Shades of Paris M #241961

Tints of Paris M #241961

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.82%

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

R = 22.78%
G = 15.82%
B = 61.39%

CMYK

 C value IS 0.63

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#241961 (or 0x241961) is known color: Paris M. HEX triplet: 24, 19 and 61. RGB value is (36,25,97). Sum of RGB (Red+Green+Blue) = 36+25+97=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 97 (38.28% from 255 or 61.39% from 158); Max value from RGB is 97 - color contains mainly: blue. Hex color #241961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241961 is #DBE69E. Grayscale: #242424. Windows color (decimal): -14411423 or 6363428. OLE color: 6363428.

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

Color convert

RGB 36 25 97 -
CMYK 0.63 0.74 0 0.62
HSL 249.17º 0.59% 0.24% -
HSV(B) 249.17º 0.74% 0.38% -
XYZ 3.23 1.93 11.51 -
YUV 36.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 36 25 97 0.63 0.74 0 0.62 249.17 0.59 0.24
Hex 24 19 61 3F 4A 0 3E F9 3B 18
Octal 44 31 141 77 112 0 76 371 73 30
Binary 100100 11001 1100001 111111 1001010 0 111110 11111001 111011 11000

Color Harmonies of #241961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241961

Black with #241961

Text Example


Text Example

White with #241961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241961; }

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

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

background-color css

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

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

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

border-color css

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

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

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