Html Css Color HEX #261960 Paris M

📋 copy color: '#261960'

red 38 ◦ green 25 ◦ blue 96

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

Shades of Paris M #261960

Tints of Paris M #261960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.72%

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

R = 23.9%
G = 15.72%
B = 60.38%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#261960 (or 0x261960) is known color: Paris M. HEX triplet: 26, 19 and 60. RGB value is (38,25,96). Sum of RGB (Red+Green+Blue) = 38+25+96=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #261960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261960 is #D9E69F. Grayscale: #242424. Windows color (decimal): -14280352 or 6297894. OLE color: 6297894.

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

Color convert

RGB 38 25 96 -
CMYK 0.60 0.74 0 0.62
HSL 250.99º 0.59% 0.24% -
HSV(B) 250.99º 0.74% 0.38% -
XYZ 3.26 1.95 11.27 -
YUV 36.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 38 25 96 0.60 0.74 0 0.62 250.99 0.59 0.24
Hex 26 19 60 3C 4A 0 3E FB 3B 18
Octal 46 31 140 74 112 0 76 373 73 30
Binary 100110 11001 1100000 111100 1001010 0 111110 11111011 111011 11000

Color Harmonies of #261960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261960

Black with #261960

Text Example


Text Example

White with #261960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261960; }

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

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

background-color css

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

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

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

border-color css

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

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

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