#251966

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

Shades of Paris M #251966

Tints of Paris M #251966

Color information

#251966 (or 0x251966) is unknown color: approx Paris M. HEX triplet: 25, 19 and 66. RGB value is (37,25,102). Sum of RGB (Red+Green+Blue) = 37+25+102=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 102 (40.23% from 255 or 62.20% from 164); Max value from RGB is 102 - color contains mainly: blue. Hex color #251966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251966 is #DAE699. Grayscale: #252525. Windows color (decimal): -14345882 or 6691109. OLE color: 6691109.

HSL color Cylindrical-coordinate representation of color #251966: hue angle of 249.35º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #251966 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3725102-
CMYK0.640.7500.6
HSL249.35º60.63%24.9%-
HSV(B)249.35º75.49%40%-
XYZ3.512.0512.78-
YUV37.37164.48127.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.56%
GREEN value IS 25 (10.16% from 255) = 15.24%
BLUE value IS 102 (40.23% from 255) = 62.20%
R=22.56%
G=15.24%
B=62.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37251020.640.7500.6249.3560.6324.9
Hex251966404B03Cf93d19
Octal45311461001130743717531
Binary1001011100111001101000000100101101111001111100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251966; }

 p { color: rgb(37,25,102); }

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

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

 a { background-color: rgb(37,25,102); }

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

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

 span { border-color: rgb(37,25,102); }

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