#26125E

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

Shades of Paris M #26125E

Tints of Paris M #26125E

Color information

#26125E (or 0x26125E) is unknown color: approx Paris M. HEX triplet: 26, 12 and 5E. RGB value is (38,18,94). Sum of RGB (Red+Green+Blue) = 38+18+94=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 94 (37.11% from 255 or 62.67% from 150); Max value from RGB is 94 - color contains mainly: blue. Hex color #26125E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26125E is #D9EDA1. Grayscale: #202020. Windows color (decimal): -14282146 or 6165030. OLE color: 6165030.

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

Color convert

RGB381894-
CMYK0.600.8100.63
HSL255.79º67.86%21.96%-
HSV(B)255.79º80.85%36.86%-
XYZ3.041.6510.75-
YUV32.64162.63131.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.33%
GREEN value IS 18 (7.42% from 255) = 12%
BLUE value IS 94 (37.11% from 255) = 62.67%
R=25.33%
G=12%
B=62.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3818940.600.8100.63255.7967.8621.96
Hex26125E3C5103F1004416
Octal46221367412107740010426
Binary10011010010101111011110010100010111111100000000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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