#261F61

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

Shades of Paris M #261F61

Tints of Paris M #261F61

Color information

#261F61 (or 0x261F61) is unknown color: approx Paris M. HEX triplet: 26, 1F and 61. RGB value is (38,31,97). Sum of RGB (Red+Green+Blue) = 38+31+97=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #261F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261F61 is #D9E09E. Grayscale: #282828. Windows color (decimal): -14278815 or 6364966. OLE color: 6364966.

HSL color Cylindrical-coordinate representation of color #261F61: hue angle of 246.36º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #261F61 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB383197-
CMYK0.610.6800.62
HSL246.36º51.56%25.1%-
HSV(B)246.36º68.04%38.04%-
XYZ3.452.2611.56-
YUV40.62159.82126.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.89%
GREEN value IS 31 (12.5% from 255) = 18.67%
BLUE value IS 97 (38.28% from 255) = 58.43%
R=22.89%
G=18.67%
B=58.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3831970.610.6800.62246.3651.5625.1
Hex261F613D4403Ef63419
Octal4637141751040763666431
Binary100110111111100001111101100010001111101111011011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261F61; }

 p { color: rgb(38,31,97); }

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

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

 a { background-color: rgb(38,31,97); }

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

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

 span { border-color: rgb(38,31,97); }

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