#261262

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

Shades of Paris M #261262

Tints of Paris M #261262

Color information

#261262 (or 0x261262) is unknown color: approx Paris M. HEX triplet: 26, 12 and 62. RGB value is (38,18,98). Sum of RGB (Red+Green+Blue) = 38+18+98=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 98 (38.67% from 255 or 63.64% from 154); Max value from RGB is 98 - color contains mainly: blue. Hex color #261262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261262 is #D9ED9D. Grayscale: #202020. Windows color (decimal): -14282142 or 6427174. OLE color: 6427174.

HSL color Cylindrical-coordinate representation of color #261262: hue angle of 255º 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 #261262 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB381898-
CMYK0.610.8200.62
HSL255º68.97%22.75%-
HSV(B)255º81.63%38.43%-
XYZ3.221.7311.72-
YUV33.1164.63131.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.68%
GREEN value IS 18 (7.42% from 255) = 11.69%
BLUE value IS 98 (38.67% from 255) = 63.64%
R=24.68%
G=11.69%
B=63.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3818980.610.8200.6225568.9722.75
Hex2612623D5203Eff4517
Octal46221427512207637710527
Binary1001101001011000101111011010010011111011111111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261262; }

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

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

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

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

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

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

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

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