Html Css Color HEX #241260 Paris M

📋 copy color: '#241260'

red 36 ◦ green 18 ◦ blue 96

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

Shades of Paris M #241260

Tints of Paris M #241260

RGB

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

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

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

R = 24%
G = 12%
B = 64%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#241260 (or 0x241260) is known color: Paris M. HEX triplet: 24, 12 and 60. RGB value is (36,18,96). Sum of RGB (Red+Green+Blue) = 36+18+96=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 96 (37.89% from 255 or 64% from 150); Max value from RGB is 96 - color contains mainly: blue. Hex color #241260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241260 is #DBED9F. Grayscale: #1F1F1F. Windows color (decimal): -14413216 or 6296100. OLE color: 6296100.

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

Color convert

RGB 36 18 96 -
CMYK 0.62 0.81 0 0.62
HSL 253.85º 0.68% 0.22% -
HSV(B) 253.85º 0.81% 0.38% -
XYZ 3.06 1.65 11.22 -
YUV 32.27 163.96 130.66 -
System Red Green Blue C M Y K H S L
Decimal 36 18 96 0.62 0.81 0 0.62 253.85 0.68 0.22
Hex 24 12 60 3E 51 0 3E FE 44 16
Octal 44 22 140 76 121 0 76 376 104 26
Binary 100100 10010 1100000 111110 1010001 0 111110 11111110 1000100 10110

Color Harmonies of #241260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241260

Black with #241260

Text Example


Text Example

White with #241260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241260; }

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

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

background-color css

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

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

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

border-color css

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

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

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