#26165C

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

Shades of Paris M #26165C

Tints of Paris M #26165C

Color information

#26165C (or 0x26165C) is unknown color: approx Paris M. HEX triplet: 26, 16 and 5C. RGB value is (38,22,92). Sum of RGB (Red+Green+Blue) = 38+22+92=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #26165C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26165C is #D9E9A3. Grayscale: #222222. Windows color (decimal): -14281124 or 6034982. OLE color: 6034982.

HSL color Cylindrical-coordinate representation of color #26165C: hue angle of 253.71º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26165C is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB382292-
CMYK0.590.7600.64
HSL253.71º61.4%22.35%-
HSV(B)253.71º76.09%36.08%-
XYZ3.021.7610.31-
YUV34.76160.3130.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 22 (8.98% from 255) = 14.47%
BLUE value IS 92 (36.33% from 255) = 60.53%
R=25%
G=14.47%
B=60.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3822920.590.7600.64253.7161.422.35
Hex26165C3B4C040fe3d16
Octal46261347311401003767526
Binary1001101011010111001110111001100010000001111111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26165C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26165C; }

 p { color: rgb(38,22,92); }

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

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

 a { background-color: rgb(38,22,92); }

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

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

 span { border-color: rgb(38,22,92); }

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