Html Css Color HEX #241460 Paris M

📋 copy color: '#241460'

red 36 ◦ green 20 ◦ blue 96

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

Shades of Paris M #241460

Tints of Paris M #241460

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.16%

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

R = 23.68%
G = 13.16%
B = 63.16%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#241460 (or 0x241460) is known color: Paris M. HEX triplet: 24, 14 and 60. RGB value is (36,20,96). Sum of RGB (Red+Green+Blue) = 36+20+96=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 96 (37.89% from 255 or 63.16% from 152); Max value from RGB is 96 - color contains mainly: blue. Hex color #241460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241460 is #DBEB9F. Grayscale: #212121. Windows color (decimal): -14412704 or 6296612. OLE color: 6296612.

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

Color convert

RGB 36 20 96 -
CMYK 0.62 0.79 0 0.62
HSL 252.63º 0.66% 0.23% -
HSV(B) 252.63º 0.79% 0.38% -
XYZ 3.09 1.72 11.24 -
YUV 33.45 163.3 129.82 -
System Red Green Blue C M Y K H S L
Decimal 36 20 96 0.62 0.79 0 0.62 252.63 0.66 0.23
Hex 24 14 60 3E 4F 0 3E FD 42 17
Octal 44 24 140 76 117 0 76 375 102 27
Binary 100100 10100 1100000 111110 1001111 0 111110 11111101 1000010 10111

Color Harmonies of #241460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241460

Black with #241460

Text Example


Text Example

White with #241460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241460; }

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

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

background-color css

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

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

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

border-color css

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

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

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