Html Css Color HEX #261F60 Paris M

📋 copy color: '#261F60'

red 38 ◦ green 31 ◦ blue 96

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

Shades of Paris M #261F60

Tints of Paris M #261F60

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.79%

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

R = 23.03%
G = 18.79%
B = 58.18%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#261F60 (or 0x261F60) is known color: Paris M. HEX triplet: 26, 1F and 60. RGB value is (38,31,96). Sum of RGB (Red+Green+Blue) = 38+31+96=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 96 (37.89% from 255 or 58.18% from 165); Max value from RGB is 96 - color contains mainly: blue. Hex color #261F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261F60 is #D9E09F. Grayscale: #282828. Windows color (decimal): -14278816 or 6299430. OLE color: 6299430.

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

Color convert

RGB 38 31 96 -
CMYK 0.60 0.68 0 0.62
HSL 246.46º 0.51% 0.25% -
HSV(B) 246.46º 0.68% 0.38% -
XYZ 3.4 2.24 11.32 -
YUV 40.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 38 31 96 0.60 0.68 0 0.62 246.46 0.51 0.25
Hex 26 1F 60 3C 44 0 3E F6 33 19
Octal 46 37 140 74 104 0 76 366 63 31
Binary 100110 11111 1100000 111100 1000100 0 111110 11110110 110011 11001

Color Harmonies of #261F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261F60

Black with #261F60

Text Example


Text Example

White with #261F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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