#251163

Color #251163 Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #251163

Tints of Paris M #251163

Color information

#251163 (or 0x251163) is unknown color: approx Paris M. HEX triplet: 25, 11 and 63. RGB value is (37,17,99). Sum of RGB (Red+Green+Blue) = 37+17+99=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #251163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251163 is #DAEE9C. Grayscale: #202020. Windows color (decimal): -14347933 or 6492453. OLE color: 6492453.

HSL color Cylindrical-coordinate representation of color #251163: hue angle of 254.63º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #251163 is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB371799-
CMYK0.630.8300.61
HSL254.63º70.69%22.75%-
HSV(B)254.63º82.83%38.82%-
XYZ3.221.711.96-
YUV32.33165.63131.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.18%
GREEN value IS 17 (7.03% from 255) = 11.11%
BLUE value IS 99 (39.06% from 255) = 64.71%
R=24.18%
G=11.11%
B=64.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3717990.630.8300.61254.6370.6922.75
Hex2511633F5303Dff4717
Octal45211437712307537710727
Binary1001011000111000111111111010011011110111111111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251163; }

 p { color: rgb(37,17,99); }

 H1.HeaderClassName
 {
   color: #251163;
 }
 .AnyTagClassName
 {
   color: #251163;
 }
</style>
background-color css

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

 a { background-color: rgb(37,17,99); }

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

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

 span { border-color: rgb(37,17,99); }

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