Html Css Color HEX #241560 Paris M

📋 copy color: '#241560'

red 36 ◦ green 21 ◦ blue 96

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

Shades of Paris M #241560

Tints of Paris M #241560

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.73%

 BLUE value IS 96 (37.89% from 255) = 62.75%

R = 23.53%
G = 13.73%
B = 62.75%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#241560 (or 0x241560) is known color: Paris M. HEX triplet: 24, 15 and 60. RGB value is (36,21,96). Sum of RGB (Red+Green+Blue) = 36+21+96=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 96 (37.89% from 255 or 62.75% from 153); Max value from RGB is 96 - color contains mainly: blue. Hex color #241560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241560 is #DBEA9F. Grayscale: #212121. Windows color (decimal): -14412448 or 6296868. OLE color: 6296868.

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

Color convert

RGB 36 21 96 -
CMYK 0.62 0.78 0 0.62
HSL 252º 0.64% 0.23% -
HSV(B) 252º 0.78% 0.38% -
XYZ 3.11 1.76 11.24 -
YUV 34.04 162.97 129.4 -
System Red Green Blue C M Y K H S L
Decimal 36 21 96 0.62 0.78 0 0.62 252 0.64 0.23
Hex 24 15 60 3E 4E 0 3E FC 40 17
Octal 44 25 140 76 116 0 76 374 100 27
Binary 100100 10101 1100000 111110 1001110 0 111110 11111100 1000000 10111

Color Harmonies of #241560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241560

Black with #241560

Text Example


Text Example

White with #241560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241560; }

 p { color: rgb(36,21,96); }

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

background-color css

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

 a { background-color: rgb(36,21,96); }

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

border-color css

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

 span { border-color: rgb(36,21,96); }

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