Html Css Color HEX #261660 Paris M

📋 copy color: '#261660'

red 38 ◦ green 22 ◦ blue 96

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

Shades of Paris M #261660

Tints of Paris M #261660

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.1%

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

R = 24.36%
G = 14.1%
B = 61.54%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#261660 (or 0x261660) is known color: Paris M. HEX triplet: 26, 16 and 60. RGB value is (38,22,96). Sum of RGB (Red+Green+Blue) = 38+22+96=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 96 (37.89% from 255 or 61.54% from 156); Max value from RGB is 96 - color contains mainly: blue. Hex color #261660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261660 is #D9E99F. Grayscale: #222222. Windows color (decimal): -14281120 or 6297126. OLE color: 6297126.

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

Color convert

RGB 38 22 96 -
CMYK 0.60 0.77 0 0.62
HSL 252.97º 0.63% 0.23% -
HSV(B) 252.97º 0.77% 0.38% -
XYZ 3.2 1.83 11.25 -
YUV 35.22 162.3 129.98 -
System Red Green Blue C M Y K H S L
Decimal 38 22 96 0.60 0.77 0 0.62 252.97 0.63 0.23
Hex 26 16 60 3C 4D 0 3E FD 3F 17
Octal 46 26 140 74 115 0 76 375 77 27
Binary 100110 10110 1100000 111100 1001101 0 111110 11111101 111111 10111

Color Harmonies of #261660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261660

Black with #261660

Text Example


Text Example

White with #261660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261660; }

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

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

background-color css

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

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

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

border-color css

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

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

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