#261969

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

Shades of Paris M #261969

Tints of Paris M #261969

Color information

#261969 (or 0x261969) is unknown color: approx Paris M. HEX triplet: 26, 19 and 69. RGB value is (38,25,105). Sum of RGB (Red+Green+Blue) = 38+25+105=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 105 (41.41% from 255 or 62.5% from 168); Max value from RGB is 105 - color contains mainly: blue. Hex color #261969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261969 is #D9E696. Grayscale: #252525. Windows color (decimal): -14280343 or 6887718. OLE color: 6887718.

HSL color Cylindrical-coordinate representation of color #261969: hue angle of 249.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #261969 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3825105-
CMYK0.640.7600.59
HSL249.75º61.54%25.49%-
HSV(B)249.75º76.19%41.18%-
XYZ3.72.1313.58-
YUV38.01165.81128-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.62%
GREEN value IS 25 (10.16% from 255) = 14.88%
BLUE value IS 105 (41.41% from 255) = 62.5%
R=22.62%
G=14.88%
B=62.5%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38251050.640.7600.59249.7561.5425.49
Hex261969404C03Bfa3e19
Octal46311511001140733727631
Binary1001101100111010011000000100110001110111111101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261969; }

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

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

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

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

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

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

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

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