Html Css Color HEX #241A61 Paris M

📋 copy color: '#241A61'

red 36 ◦ green 26 ◦ blue 97

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

Shades of Paris M #241A61

Tints of Paris M #241A61

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.35%

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

R = 22.64%
G = 16.35%
B = 61.01%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#241A61 (or 0x241A61) is known color: Paris M. HEX triplet: 24, 1A and 61. RGB value is (36,26,97). Sum of RGB (Red+Green+Blue) = 36+26+97=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 97 (38.28% from 255 or 61.01% from 159); Max value from RGB is 97 - color contains mainly: blue. Hex color #241A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241A61 is #DBE59E. Grayscale: #242424. Windows color (decimal): -14411167 or 6363684. OLE color: 6363684.

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

Color convert

RGB 36 26 97 -
CMYK 0.63 0.73 0 0.62
HSL 248.45º 0.58% 0.24% -
HSV(B) 248.45º 0.73% 0.38% -
XYZ 3.25 1.98 11.52 -
YUV 37.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 36 26 97 0.63 0.73 0 0.62 248.45 0.58 0.24
Hex 24 1A 61 3F 49 0 3E F8 3A 18
Octal 44 32 141 77 111 0 76 370 72 30
Binary 100100 11010 1100001 111111 1001001 0 111110 11111000 111010 11000

Color Harmonies of #241A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241A61

Black with #241A61

Text Example


Text Example

White with #241A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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