#261C62

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

Shades of Paris M #261C62

Tints of Paris M #261C62

Color information

#261C62 (or 0x261C62) is unknown color: approx Paris M. HEX triplet: 26, 1C and 62. RGB value is (38,28,98). Sum of RGB (Red+Green+Blue) = 38+28+98=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 98 (38.67% from 255 or 59.76% from 164); Max value from RGB is 98 - color contains mainly: blue. Hex color #261C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261C62 is #D9E39D. Grayscale: #262626. Windows color (decimal): -14279582 or 6429734. OLE color: 6429734.

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

Color convert

RGB382898-
CMYK0.610.7100.62
HSL248.57º55.56%24.71%-
HSV(B)248.57º71.43%38.43%-
XYZ3.422.1211.79-
YUV38.97161.31127.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.17%
GREEN value IS 28 (11.33% from 255) = 17.07%
BLUE value IS 98 (38.67% from 255) = 59.76%
R=23.17%
G=17.07%
B=59.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3828980.610.7100.62248.5755.5624.71
Hex261C623D4703Ef93819
Octal4634142751070763717031
Binary100110111001100010111101100011101111101111100111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,28,98); }

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

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

 a { background-color: rgb(38,28,98); }

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

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

 span { border-color: rgb(38,28,98); }

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