#261467

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

Shades of Paris M #261467

Tints of Paris M #261467

Color information

#261467 (or 0x261467) is unknown color: approx Paris M. HEX triplet: 26, 14 and 67. RGB value is (38,20,103). Sum of RGB (Red+Green+Blue) = 38+20+103=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 103 (40.62% from 255 or 63.98% from 161); Max value from RGB is 103 - color contains mainly: blue. Hex color #261467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261467 is #D9EB98. Grayscale: #222222. Windows color (decimal): -14281625 or 6755366. OLE color: 6755366.

HSL color Cylindrical-coordinate representation of color #261467: hue angle of 253.01º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #261467 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3820103-
CMYK0.630.8100.60
HSL253.01º67.48%24.12%-
HSV(B)253.01º80.58%40.39%-
XYZ3.51.8913.01-
YUV34.84166.46130.25-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.60%
GREEN value IS 20 (8.20% from 255) = 12.42%
BLUE value IS 103 (40.62% from 255) = 63.98%
R=23.60%
G=12.42%
B=63.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38201030.630.8100.60253.0167.4824.12
Hex2614673F5103Cfd4318
Octal46241477712107437510330
Binary1001101010011001111111111010001011110011111101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261467; }

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

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

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

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

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

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

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

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