#251262

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

Shades of Paris M #251262

Tints of Paris M #251262

Color information

#251262 (or 0x251262) is unknown color: approx Paris M. HEX triplet: 25, 12 and 62. RGB value is (37,18,98). Sum of RGB (Red+Green+Blue) = 37+18+98=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 98 (38.67% from 255 or 64.05% from 153); Max value from RGB is 98 - color contains mainly: blue. Hex color #251262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251262 is #DAED9D. Grayscale: #202020. Windows color (decimal): -14347678 or 6427173. OLE color: 6427173.

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

Color convert

RGB371898-
CMYK0.620.8200.62
HSL254.25º68.97%22.75%-
HSV(B)254.25º81.63%38.43%-
XYZ3.181.7111.72-
YUV32.8164.79131-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.18%
GREEN value IS 18 (7.42% from 255) = 11.76%
BLUE value IS 98 (38.67% from 255) = 64.05%
R=24.18%
G=11.76%
B=64.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3718980.620.8200.62254.2568.9722.75
Hex2512623E5203Efe4517
Octal45221427612207637610527
Binary1001011001011000101111101010010011111011111110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251262; }

 p { color: rgb(37,18,98); }

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

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

 a { background-color: rgb(37,18,98); }

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

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

 span { border-color: rgb(37,18,98); }

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