#26145E

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

Shades of Paris M #26145E

Tints of Paris M #26145E

Color information

#26145E (or 0x26145E) is unknown color: approx Paris M. HEX triplet: 26, 14 and 5E. RGB value is (38,20,94). Sum of RGB (Red+Green+Blue) = 38+20+94=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 94 (37.11% from 255 or 61.84% from 152); Max value from RGB is 94 - color contains mainly: blue. Hex color #26145E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26145E is #D9EBA1. Grayscale: #212121. Windows color (decimal): -14281634 or 6165542. OLE color: 6165542.

HSL color Cylindrical-coordinate representation of color #26145E: hue angle of 254.59º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26145E is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB382094-
CMYK0.600.7900.63
HSL254.59º64.91%22.35%-
HSV(B)254.59º78.72%36.86%-
XYZ3.071.7210.76-
YUV33.82161.96130.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 20 (8.20% from 255) = 13.16%
BLUE value IS 94 (37.11% from 255) = 61.84%
R=25%
G=13.16%
B=61.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3820940.600.7900.63254.5964.9122.35
Hex26145E3C4F03Fff4116
Octal46241367411707737710126
Binary1001101010010111101111001001111011111111111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26145E; }

 p { color: rgb(38,20,94); }

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

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

 a { background-color: rgb(38,20,94); }

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

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

 span { border-color: rgb(38,20,94); }

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