#262561

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

Shades of Paris M #262561

Tints of Paris M #262561

Color information

#262561 (or 0x262561) is unknown color: approx Paris M. HEX triplet: 26, 25 and 61. RGB value is (38,37,97). Sum of RGB (Red+Green+Blue) = 38+37+97=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #262561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262561 is #D9DA9E. Grayscale: #2B2B2B. Windows color (decimal): -14277279 or 6366502. OLE color: 6366502.

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

Color convert

RGB383797-
CMYK0.610.6200.62
HSL241º44.78%26.27%-
HSV(B)241º61.86%38.04%-
XYZ3.622.611.62-
YUV44.14157.83123.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.09%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 97 (38.28% from 255) = 56.40%
R=22.09%
G=21.51%
B=56.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3837970.610.6200.6224144.7826.27
Hex2625613D3E03Ef12d1a
Octal464514175760763615532
Binary100110100101110000111110111111001111101111000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262561; }

 p { color: rgb(38,37,97); }

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

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

 a { background-color: rgb(38,37,97); }

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

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

 span { border-color: rgb(38,37,97); }

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