#262163

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

Shades of Paris M #262163

Tints of Paris M #262163

Color information

#262163 (or 0x262163) is unknown color: approx Paris M. HEX triplet: 26, 21 and 63. RGB value is (38,33,99). Sum of RGB (Red+Green+Blue) = 38+33+99=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 99 (39.06% from 255 or 58.24% from 170); Max value from RGB is 99 - color contains mainly: blue. Hex color #262163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262163 is #D9DE9C. Grayscale: #292929. Windows color (decimal): -14278301 or 6496550. OLE color: 6496550.

HSL color Cylindrical-coordinate representation of color #262163: hue angle of 244.55º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #262163 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB383399-
CMYK0.620.6700.61
HSL244.55º50%25.88%-
HSV(B)244.55º66.67%38.82%-
XYZ3.62.412.08-
YUV42.02160.16125.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.35%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 99 (39.06% from 255) = 58.24%
R=22.35%
G=19.41%
B=58.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3833990.620.6700.61244.555025.88
Hex2621633E4303Df5321a
Octal4641143761030753656232
Binary1001101000011100011111110100001101111011111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262163; }

 p { color: rgb(38,33,99); }

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

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

 a { background-color: rgb(38,33,99); }

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

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

 span { border-color: rgb(38,33,99); }

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