Html Css Color HEX #241061 Paris M

📋 copy color: '#241061'

red 36 ◦ green 16 ◦ blue 97

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

Shades of Paris M #241061

Tints of Paris M #241061

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.74%

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

R = 24.16%
G = 10.74%
B = 65.1%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#241061 (or 0x241061) is known color: Paris M. HEX triplet: 24, 10 and 61. RGB value is (36,16,97). Sum of RGB (Red+Green+Blue) = 36+16+97=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 97 (38.28% from 255 or 65.10% from 149); Max value from RGB is 97 - color contains mainly: blue. Hex color #241061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241061 is #DBEF9E. Grayscale: #1E1E1E. Windows color (decimal): -14413727 or 6361124. OLE color: 6361124.

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

Color convert

RGB 36 16 97 -
CMYK 0.63 0.84 0 0.62
HSL 254.81º 0.72% 0.22% -
HSV(B) 254.81º 0.84% 0.38% -
XYZ 3.07 1.61 11.46 -
YUV 31.21 165.13 131.41 -
System Red Green Blue C M Y K H S L
Decimal 36 16 97 0.63 0.84 0 0.62 254.81 0.72 0.22
Hex 24 10 61 3F 54 0 3E FF 48 16
Octal 44 20 141 77 124 0 76 377 110 26
Binary 100100 10000 1100001 111111 1010100 0 111110 11111111 1001000 10110

Color Harmonies of #241061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241061

Black with #241061

Text Example


Text Example

White with #241061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241061; }

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

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

background-color css

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

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

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

border-color css

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

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

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