#261962

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

Shades of Paris M #261962

Tints of Paris M #261962

Color information

#261962 (or 0x261962) is unknown color: approx Paris M. HEX triplet: 26, 19 and 62. RGB value is (38,25,98). Sum of RGB (Red+Green+Blue) = 38+25+98=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 98 (38.67% from 255 or 60.87% from 161); Max value from RGB is 98 - color contains mainly: blue. Hex color #261962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261962 is #D9E69D. Grayscale: #242424. Windows color (decimal): -14280350 or 6428966. OLE color: 6428966.

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

Color convert

RGB382598-
CMYK0.610.7400.62
HSL250.68º59.35%24.12%-
HSV(B)250.68º74.49%38.43%-
XYZ3.351.9911.76-
YUV37.21162.31128.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.60%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 98 (38.67% from 255) = 60.87%
R=23.60%
G=15.53%
B=60.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3825980.610.7400.62250.6859.3524.12
Hex2619623D4A03Efb3b18
Octal4631142751120763737330
Binary100110110011100010111101100101001111101111101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261962; }

 p { color: rgb(38,25,98); }

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

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

 a { background-color: rgb(38,25,98); }

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

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

 span { border-color: rgb(38,25,98); }

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