#26135E

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

Shades of Paris M #26135E

Tints of Paris M #26135E

Color information

#26135E (or 0x26135E) is unknown color: approx Paris M. HEX triplet: 26, 13 and 5E. RGB value is (38,19,94). Sum of RGB (Red+Green+Blue) = 38+19+94=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 94 (37.11% from 255 or 62.25% from 151); Max value from RGB is 94 - color contains mainly: blue. Hex color #26135E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26135E is #D9ECA1. Grayscale: #202020. Windows color (decimal): -14281890 or 6165286. OLE color: 6165286.

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

Color convert

RGB381994-
CMYK0.600.8000.63
HSL255.2º66.37%22.16%-
HSV(B)255.2º79.79%36.86%-
XYZ3.051.6910.75-
YUV33.23162.29131.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.17%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 94 (37.11% from 255) = 62.25%
R=25.17%
G=12.58%
B=62.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3819940.600.8000.63255.266.3722.16
Hex26135E3C5003Fff4216
Octal46231367412007737710226
Binary1001101001110111101111001010000011111111111111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26135E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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