Html Css Color HEX #242161 Paris M

📋 copy color: '#242161'

red 36 ◦ green 33 ◦ blue 97

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

Shades of Paris M #242161

Tints of Paris M #242161

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.88%

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

R = 21.69%
G = 19.88%
B = 58.43%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#242161 (or 0x242161) is known color: Paris M. HEX triplet: 24, 21 and 61. RGB value is (36,33,97). Sum of RGB (Red+Green+Blue) = 36+33+97=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #242161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242161 is #DBDE9E. Grayscale: #282828. Windows color (decimal): -14409375 or 6365476. OLE color: 6365476.

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

Color convert

RGB 36 33 97 -
CMYK 0.63 0.66 0 0.62
HSL 242.81º 0.49% 0.25% -
HSV(B) 242.81º 0.66% 0.38% -
XYZ 3.43 2.33 11.58 -
YUV 41.19 159.49 124.3 -
System Red Green Blue C M Y K H S L
Decimal 36 33 97 0.63 0.66 0 0.62 242.81 0.49 0.25
Hex 24 21 61 3F 42 0 3E F3 31 19
Octal 44 41 141 77 102 0 76 363 61 31
Binary 100100 100001 1100001 111111 1000010 0 111110 11110011 110001 11001

Color Harmonies of #242161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242161

Black with #242161

Text Example


Text Example

White with #242161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242161; }

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

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

background-color css

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

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

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

border-color css

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

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

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