Html Css Color HEX #261760 Paris M

📋 copy color: '#261760'

red 38 ◦ green 23 ◦ blue 96

#261760
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #261760

Tints of Paris M #261760

RGB

 RED value IS 38 (15.23% from 255) = 24.2%

 GREEN value IS 23 (9.38% from 255) = 14.65%

 BLUE value IS 96 (37.89% from 255) = 61.15%

R = 24.2%
G = 14.65%
B = 61.15%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#261760 (or 0x261760) is known color: Paris M. HEX triplet: 26, 17 and 60. RGB value is (38,23,96). Sum of RGB (Red+Green+Blue) = 38+23+96=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #261760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261760 is #D9E89F. Grayscale: #232323. Windows color (decimal): -14280864 or 6297382. OLE color: 6297382.

HSL color Cylindrical-coordinate representation of color #261760: hue angle of 252.33º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #261760 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 23 96 -
CMYK 0.60 0.76 0 0.62
HSL 252.33º 0.61% 0.23% -
HSV(B) 252.33º 0.76% 0.38% -
XYZ 3.22 1.87 11.26 -
YUV 35.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 38 23 96 0.60 0.76 0 0.62 252.33 0.61 0.23
Hex 26 17 60 3C 4C 0 3E FC 3D 17
Octal 46 27 140 74 114 0 76 374 75 27
Binary 100110 10111 1100000 111100 1001100 0 111110 11111100 111101 10111

Color Harmonies of #261760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261760

Black with #261760

Text Example


Text Example

White with #261760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261760; }

 p { color: rgb(38,23,96); }

 H1.HeaderClassName
 {
   color: #261760;
 }
 .AnyTagClassName
 {
   color: #261760;
 }
</style>

background-color css

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

 a { background-color: rgb(38,23,96); }

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

border-color css

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

 span { border-color: rgb(38,23,96); }

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