Html Css Color HEX #261560 Paris M

📋 copy color: '#261560'

red 38 ◦ green 21 ◦ blue 96

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

Shades of Paris M #261560

Tints of Paris M #261560

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.55%

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

R = 24.52%
G = 13.55%
B = 61.94%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#261560 (or 0x261560) is known color: Paris M. HEX triplet: 26, 15 and 60. RGB value is (38,21,96). Sum of RGB (Red+Green+Blue) = 38+21+96=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 96 (37.89% from 255 or 61.94% from 155); Max value from RGB is 96 - color contains mainly: blue. Hex color #261560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261560 is #D9EA9F. Grayscale: #222222. Windows color (decimal): -14281376 or 6296870. OLE color: 6296870.

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

Color convert

RGB 38 21 96 -
CMYK 0.60 0.78 0 0.62
HSL 253.6º 0.64% 0.23% -
HSV(B) 253.6º 0.78% 0.38% -
XYZ 3.18 1.79 11.24 -
YUV 34.63 162.63 130.4 -
System Red Green Blue C M Y K H S L
Decimal 38 21 96 0.60 0.78 0 0.62 253.6 0.64 0.23
Hex 26 15 60 3C 4E 0 3E FE 40 17
Octal 46 25 140 74 116 0 76 376 100 27
Binary 100110 10101 1100000 111100 1001110 0 111110 11111110 1000000 10111

Color Harmonies of #261560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261560

Black with #261560

Text Example


Text Example

White with #261560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261560; }

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

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

background-color css

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

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

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

border-color css

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

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

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