Html Css Color HEX #24115E Paris M

📋 copy color: '#24115E'

red 36 ◦ green 17 ◦ blue 94

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

Shades of Paris M #24115E

Tints of Paris M #24115E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.56%

 BLUE value IS 94 (37.11% from 255) = 63.95%

R = 24.49%
G = 11.56%
B = 63.95%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#24115E (or 0x24115E) is known color: Paris M. HEX triplet: 24, 11 and 5E. RGB value is (36,17,94). Sum of RGB (Red+Green+Blue) = 36+17+94=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 94 (37.11% from 255 or 63.95% from 147); Max value from RGB is 94 - color contains mainly: blue. Hex color #24115E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24115E is #DBEEA1. Grayscale: #1F1F1F. Windows color (decimal): -14413474 or 6164772. OLE color: 6164772.

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

Color convert

RGB 36 17 94 -
CMYK 0.62 0.82 0 0.63
HSL 254.81º 0.69% 0.22% -
HSV(B) 254.81º 0.82% 0.37% -
XYZ 2.95 1.58 10.74 -
YUV 31.46 163.29 131.24 -
System Red Green Blue C M Y K H S L
Decimal 36 17 94 0.62 0.82 0 0.63 254.81 0.69 0.22
Hex 24 11 5E 3E 52 0 3F FF 45 16
Octal 44 21 136 76 122 0 77 377 105 26
Binary 100100 10001 1011110 111110 1010010 0 111111 11111111 1000101 10110

Color Harmonies of #24115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24115E

Black with #24115E

Text Example


Text Example

White with #24115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24115E; }

 p { color: rgb(36,17,94); }

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

background-color css

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

 a { background-color: rgb(36,17,94); }

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

border-color css

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

 span { border-color: rgb(36,17,94); }

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