#261A68

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

Shades of Paris M #261A68

Tints of Paris M #261A68

Color information

#261A68 (or 0x261A68) is unknown color: approx Paris M. HEX triplet: 26, 1A and 68. RGB value is (38,26,104). Sum of RGB (Red+Green+Blue) = 38+26+104=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #261A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261A68 is #D9E597. Grayscale: #262626. Windows color (decimal): -14280088 or 6822438. OLE color: 6822438.

HSL color Cylindrical-coordinate representation of color #261A68: hue angle of 249.23º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #261A68 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3826104-
CMYK0.630.7500.59
HSL249.23º60%25.49%-
HSV(B)249.23º75%40.78%-
XYZ3.672.1513.32-
YUV38.48164.98127.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.62%
GREEN value IS 26 (10.55% from 255) = 15.48%
BLUE value IS 104 (41.02% from 255) = 61.90%
R=22.62%
G=15.48%
B=61.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38261040.630.7500.59249.236025.49
Hex261A683F4B03Bf93c19
Octal4632150771130733717431
Binary100110110101101000111111100101101110111111100111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261A68; }

 p { color: rgb(38,26,104); }

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

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

 a { background-color: rgb(38,26,104); }

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

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

 span { border-color: rgb(38,26,104); }

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