Html Css Color HEX #261A60 Paris M

📋 copy color: '#261A60'

red 38 ◦ green 26 ◦ blue 96

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

Shades of Paris M #261A60

Tints of Paris M #261A60

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.25%

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

R = 23.75%
G = 16.25%
B = 60%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#261A60 (or 0x261A60) is known color: Paris M. HEX triplet: 26, 1A and 60. RGB value is (38,26,96). Sum of RGB (Red+Green+Blue) = 38+26+96=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #261A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261A60 is #D9E59F. Grayscale: #252525. Windows color (decimal): -14280096 or 6298150. OLE color: 6298150.

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

Color convert

RGB 38 26 96 -
CMYK 0.60 0.73 0 0.62
HSL 250.29º 0.57% 0.24% -
HSV(B) 250.29º 0.73% 0.38% -
XYZ 3.28 2 11.28 -
YUV 37.57 160.98 128.31 -
System Red Green Blue C M Y K H S L
Decimal 38 26 96 0.60 0.73 0 0.62 250.29 0.57 0.24
Hex 26 1A 60 3C 49 0 3E FA 39 18
Octal 46 32 140 74 111 0 76 372 71 30
Binary 100110 11010 1100000 111100 1001001 0 111110 11111010 111001 11000

Color Harmonies of #261A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261A60

Black with #261A60

Text Example


Text Example

White with #261A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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